GUAC-1176: Implement password reset logic within UserService, like the rest of user auth.

This commit is contained in:
Michael Jumper
2015-06-08 01:44:53 -07:00
parent b53bd3ca4f
commit 0b8b67026a
3 changed files with 104 additions and 92 deletions

View File

@@ -6,6 +6,8 @@
"ERROR_PASSWORD_SAME" : "The new password must be different from the expired password.",
"ERROR_PASSWORD_MISMATCH" : "@:APP.ERROR_PASSWORD_MISMATCH",
"INFO_PASSWORD_EXPIRED" : "Your password has expired and must be reset. Please enter a new password to continue.",
"FIELD_HEADER_NEW_PASSWORD" : "New password",
"FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Confirm new password"