|
@@ -1,20 +1,20 @@
|
|
|
#password
|
|
|
PasswordPolicy.HISTORY_VIOLATION=Password matches one of {0} previous passwords.
|
|
|
-PasswordPolicy.ILLEGAL_WORD=Password contains the dictionary word '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_WORD_REVERSED=Password contains the reversed dictionary word '{0}'.
|
|
|
+PasswordPolicy.ILLEGAL_WORD=Password contains the dictionary word {0}.
|
|
|
+PasswordPolicy.ILLEGAL_WORD_REVERSED=Password contains the reversed dictionary word {0}.
|
|
|
PasswordPolicy.ILLEGAL_DIGEST_WORD=Password contains a dictionary word.
|
|
|
PasswordPolicy.ILLEGAL_DIGEST_WORD_REVERSED=Password contains a reversed dictionary word.
|
|
|
-PasswordPolicy.ILLEGAL_MATCH=Password matches the illegal pattern '{0}'.
|
|
|
-PasswordPolicy.ALLOWED_MATCH=Password must match pattern '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_CHAR=Password {1} the illegal character '{0}'.
|
|
|
-PasswordPolicy.ALLOWED_CHAR=Password {1} the illegal character '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_QWERTY_SEQUENCE=Password contains the illegal QWERTY sequence '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_ALPHABETICAL_SEQUENCE=Password contains the illegal alphabetical sequence '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_NUMERICAL_SEQUENCE=Password contains the illegal numerical sequence '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_USERNAME=Password {1} the user id '{0}'.
|
|
|
-PasswordPolicy.ILLEGAL_USERNAME_REVERSED=Password {1} the user id '{0}' in reverse.
|
|
|
+PasswordPolicy.ILLEGAL_MATCH=Password matches the illegal pattern {0}.
|
|
|
+PasswordPolicy.ALLOWED_MATCH=Password must match pattern {0}.
|
|
|
+PasswordPolicy.ILLEGAL_CHAR=Password {1} the illegal character {0}.
|
|
|
+PasswordPolicy.ALLOWED_CHAR=Password {1} the illegal character {0}.
|
|
|
+PasswordPolicy.ILLEGAL_QWERTY_SEQUENCE=Password contains the illegal QWERTY sequence {0}.
|
|
|
+PasswordPolicy.ILLEGAL_ALPHABETICAL_SEQUENCE=Password contains the illegal alphabetical sequence {0}.
|
|
|
+PasswordPolicy.ILLEGAL_NUMERICAL_SEQUENCE=Password contains the illegal numerical sequence {0}.
|
|
|
+PasswordPolicy.ILLEGAL_USERNAME=Password {1} the user id {0}.
|
|
|
+PasswordPolicy.ILLEGAL_USERNAME_REVERSED=Password {1} the user id {0} in reverse.
|
|
|
PasswordPolicy.ILLEGAL_WHITESPACE=Password {1} a whitespace character.
|
|
|
-PasswordPolicy.ILLEGAL_NUMBER_RANGE=Password {1} the number '{0}'.
|
|
|
+PasswordPolicy.ILLEGAL_NUMBER_RANGE=Password {1} the number {0}.
|
|
|
PasswordPolicy.ILLEGAL_REPEATED_CHARS=Password contains {2} sequences of {0} or more repeated characters, but only {1} allowed: {3}.
|
|
|
PasswordPolicy.INSUFFICIENT_UPPERCASE=Password must contain {0} or more uppercase characters.
|
|
|
PasswordPolicy.INSUFFICIENT_LOWERCASE=Password must contain {0} or more lowercase characters.
|
|
@@ -27,7 +27,7 @@ PasswordPolicy.INSUFFICIENT_COMPLEXITY_RULES=No rules have been configured for a
|
|
|
PasswordPolicy.SOURCE_VIOLATION=Password cannot be the same as your {0} password.
|
|
|
PasswordPolicy.TOO_LONG=Password must be no more than {1} characters in length.
|
|
|
PasswordPolicy.TOO_SHORT=Password must be {0} or more characters in length .
|
|
|
-PasswordPolicy.TOO_MANY_OCCURRENCES=Password contains {1} occurrences of the character '{0}', but at most {2} are allowed.
|
|
|
+PasswordPolicy.TOO_MANY_OCCURRENCES=Password contains {1} occurrences of the character {0}, but at most {2} are allowed.
|
|
|
PasswordPolicy.OLD_PASSWORD_NOT_MATCH=old password not match.
|
|
|
PasswordPolicy.CONFIRMPASSWORD_NOT_MATCH=new password not match confirm password.
|
|
|
PasswordPolicy.OLD_PASSWORD_MATCH=new password match old password.
|