Skip to content

Commit

Permalink
Re-add success message after password reset
Browse files Browse the repository at this point in the history
This fixes the fix for MID-8696 by re-adding the green success msg
after password is reset. (This time without the option to expand the
operation result.)
  • Loading branch information
mederly committed Apr 13, 2023
1 parent 73c758d commit 8ec032e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected void finishChangePassword(final OperationResult result, AjaxRequestTar
}
}

success(getString("PageResetPassword.reset.successful"));
getParentPage().getSession().success(getString("PageResetPassword.reset.successful"));
AuthUtil.clearMidpointAuthentication();
throw new RestartResponseException(PageLogin.class);
} else if (showFeedback) {
Expand Down

0 comments on commit 8ec032e

Please sign in to comment.