Enhance password update error handling and localization (#175)
* Enhance password update error handling and localization
This commit is contained in:
committed by
GitHub
parent
0808b91e0d
commit
031e0810a6
@@ -82,6 +82,7 @@
|
||||
"minPasswordSpecialChars": "Password must contain at least one special character",
|
||||
"uppercasePassword": "Password must contain at least one uppercase letter",
|
||||
"insufficient_aal": "Please sign-in with your current multi-factor authentication to perform this action",
|
||||
"otp_expired": "The email link has expired. Please try again."
|
||||
"otp_expired": "The email link has expired. Please try again.",
|
||||
"same_password": "The password cannot be the same as the current password"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user