diff --git a/src/oauth2views/password_reset.ejs b/src/oauth2views/password_reset.ejs index 75df9ac98..8592bb52f 100644 --- a/src/oauth2views/password_reset.ejs +++ b/src/oauth2views/password_reset.ejs @@ -25,7 +25,10 @@ app.controller('Controller', [function () {}]);
- +
+ Password must be 8-30 character with at least one uppercase, one numeric and one special character +
+
diff --git a/src/oauth2views/password_setup.ejs b/src/oauth2views/password_setup.ejs index 2e8ec5b67..07931c3da 100644 --- a/src/oauth2views/password_setup.ejs +++ b/src/oauth2views/password_setup.ejs @@ -25,6 +25,9 @@ app.controller('Controller', [function () {}]);
+
+ Password must be 8-30 character with at least one uppercase, one numeric and one special character +