NIHVIVO-1963: modified error text for temp password change

This commit is contained in:
tlw72 2011-01-31 21:38:29 +00:00
parent 4da578acda
commit c9cf713fed
2 changed files with 2 additions and 4 deletions

View file

@ -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;