NIHVIVO-1963: modified error text for temp password change
This commit is contained in:
parent
4da578acda
commit
c9cf713fed
2 changed files with 2 additions and 4 deletions
|
@ -131,8 +131,7 @@ public class LoginProcessBean {
|
|||
MLevel.ERROR);
|
||||
|
||||
public static final Message USING_OLD_PASSWORD = new Message(
|
||||
"Please choose a different password from the "
|
||||
+ "temporary one provided initially.", MLevel.ERROR);
|
||||
"Your new password cannot match the current one.", MLevel.ERROR);
|
||||
|
||||
private final String format;
|
||||
private final MLevel messageLevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue