From 0cb96f4b03983c2136a4f0bb8c2e620d3b881996 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 11 Jun 2018 13:48:12 -0700 Subject: [PATCH] Change password requirements text --- src/setup.html | 4 ++-- src/views/account.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/setup.html b/src/setup.html index d32d80dfb..4e6b52044 100644 --- a/src/setup.html +++ b/src/setup.html @@ -84,9 +84,9 @@
- +
- Password must be 8-30 character with at least one uppercase, one numeric and one special character + Password must be atleast 8 characters
diff --git a/src/views/account.html b/src/views/account.html index bbcae60de..d43c05961 100644 --- a/src/views/account.html +++ b/src/views/account.html @@ -20,9 +20,9 @@
{{ passwordchange.error.newPassword }}

- Password must be 8-30 character with at least one uppercase, one numeric and one special character + Password must be atleast 8 characters
- +