2022-06-16 06:33:39 +00:00
|
|
|
{
|
|
|
|
"wordMinLength": "Your password is too short",
|
|
|
|
"wordMaxLength": "Your password is too long",
|
|
|
|
"wordInvalidChar": "Your password contains an invalid character",
|
|
|
|
"wordNotEmail": "Do not use your email as your password",
|
|
|
|
"wordSimilarToUsername": "Your password cannot contain your username",
|
|
|
|
"wordTwoCharacterClasses": "Use different character classes",
|
|
|
|
"wordRepetitions": "Too many repetitions",
|
|
|
|
"wordSequences": "Your password contains sequences",
|
|
|
|
"wordLowercase": "Use at least one lowercase character",
|
2024-02-29 07:23:18 +00:00
|
|
|
"word": "Use at least one character",
|
2022-06-16 06:33:39 +00:00
|
|
|
"wordUppercase": "Use at least one uppercase character",
|
|
|
|
"wordOneNumber": "Use at least one number",
|
|
|
|
"wordOneSpecialChar": "Use at least one special character",
|
|
|
|
"errorList": "Errors:",
|
|
|
|
"veryWeak": "Very Weak",
|
|
|
|
"weak": "Weak",
|
|
|
|
"normal": "Normal",
|
|
|
|
"medium": "Medium",
|
|
|
|
"strong": "Strong",
|
|
|
|
"veryStrong": "Very Strong"
|
|
|
|
}
|