diff --git a/src/login.html b/src/login.html index 3807502bc..2b5ae491e 100644 --- a/src/login.html +++ b/src/login.html @@ -141,7 +141,7 @@
- Password must be atleast 8 characters + Password must be atleast 8 and at most 265 characters
diff --git a/src/views/profile.html b/src/views/profile.html index 694c37895..57d1c17fa 100644 --- a/src/views/profile.html +++ b/src/views/profile.html @@ -55,7 +55,7 @@
{{ passwordchange.error.newPassword }}

- Password must be atleast 8 characters + Password must be atleast 8 and at most 265 characters