Add focus on email or new password fields. Also updated validation message for password length when creating a new password NIHVIVO-227
This commit is contained in:
parent
4b2da00daf
commit
bb08bef23f
4 changed files with 11 additions and 10 deletions
|
@ -44,7 +44,7 @@ public class LoginProcessBean {
|
|||
MISMATCH_PASSWORD("The passwords entered do not match.", MLevel.ERROR),
|
||||
|
||||
PASSWORD_LENGTH(
|
||||
"Please enter a password between {0} and {1} characters long",
|
||||
"Please enter a password between {0} and {1} characters in length.",
|
||||
MLevel.ERROR),
|
||||
|
||||
USING_OLD_PASSWORD("Please choose a different password from the "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue