Skip to content

Commit

Permalink
little improvement for self credentials page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Dec 8, 2017
1 parent ebd8774 commit 4153d7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -304,7 +304,7 @@ protected void onSavePerformed(AjaxRequestTarget target) {
boolean isCorrectPassword = getModelInteractionService().checkPassword(user.getOid(), oldPassword,
checkPasswordTask, checkPasswordResult);
if (!isCorrectPassword) {
warn(getString("PageSelfCredentials.incorrectOldPassword"));
error(getString("PageSelfCredentials.incorrectOldPassword"));
target.add(getFeedbackPanel());
return;
}
Expand Down

0 comments on commit 4153d7a

Please sign in to comment.