this.showFacesMessage("form_user_change_password:userCurrentPassword", "ERROR_USER_CURRENT_PASSWORD_MISMATCHING"); //NOI18N
// Clear bean
+ this.userLoginController.setUserCurrentPassword(null);
this.clear();
// No redirect
this.showFacesMessage("form_user_change_password:userPasswordRepeat", "ERROR_USER_NEW_PASSWORDS_MISMATCH"); //NOI18N
// Clear bean
+ this.userLoginController.setUserCurrentPassword(null);
this.clear();
// No redirect
this.showFacesMessage("form_user_change_password:userPassword", "ERROR_USER_NEW_PASSWORD_SAME_AS_CURRENT"); //NOI18N
// Clear bean
+ this.userLoginController.setUserCurrentPassword(null);
this.clear();
// No redirect
this.showFacesMessage("form_user_change_password:userPassword", "ERROR_USER_NEW_PASSWORD_ALREADY_ENTERED"); //NOI18N
// Clear bean
+ this.userLoginController.setUserCurrentPassword(null);
this.clear();
// No redirect
this.userUpdatedPasswordEvent.fire(new UserUpdatedPasswordEvent(passwordHistory));
} catch (final UserNotFoundException | UserStatusUnconfirmedException | UserStatusLockedException ex) {
// Clear bean
+ this.userLoginController.setUserCurrentPassword(null);
this.clear();
// Throw again