You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PASSWORD_RESET_SUCCESSFUL": "Password has been reset successfully.",
158
+
"PASSWORD_RESET_FAILED": "Failed to reset password. Please try again.",
159
+
"UNEXPECTED_ERROR": "An unexpected error occurred. Please try again later.",
160
+
"RESET_PASSWORD_FOR_USER": "Reset password for user:",
161
+
"PASSWORDS_DO_NOT_MATCH": "Passwords do not match.",
162
+
"PASSWORD_LENGTH_ERROR": "Password must be at least 8 characters long.",
163
+
"PASSWORD_UPPERCASE_ERROR": "Password must contain at least one uppercase letter.",
164
+
"PASSWORD_LOWERCASE_ERROR": "Password must contain at least one lowercase letter.",
165
+
"PASSWORD_NUMBER_ERROR": "Password must contain at least one number.",
166
+
"PASSWORD_SPECIAL_CHAR_ERROR": "Password must contain at least one special character.",
167
+
"PASSWORD_COMPLEXITY_REQUIREMENTS": "Password must: \n- Be at least 8 characters long\n- Contain uppercase and lowercase letters\n- Include a number\n- Include a special character"
168
+
},
169
+
"HINT": {
170
+
"PASSWORD_STRENGTH": {
171
+
"GENERAL": "Tip: Create a strong, unique password to protect your account."
0 commit comments