RepeatedCharactersPasswordValidatorCfgDefn_ko.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
2521N/Auser-friendly-name=Repeated Characters Password Validator
2521N/Auser-friendly-plural-name=Repeated Characters Password Validators
3998N/Asynopsis=The Repeated Characters Password Validator is used to determine whether a proposed password is acceptable based on the number of times any character appears consecutively in a password value.
3998N/Adescription=It ensures that user passwords do not contain strings of the same character repeated several times, like "aaaaaa" or "aaabbb".
3998N/Aproperty.case-sensitive-validation.synopsis=Indicates whether this password validator should treat password characters in a case-sensitive manner.
3998N/Aproperty.case-sensitive-validation.description=If the value of this property is false, the validator ignores any differences in capitalization when looking for consecutive characters in the password. If the value is true, the validator considers a character to be repeating only if all consecutive occurrences use the same capitalization.
3998N/Aproperty.enabled.synopsis=Indicates whether the password validator is enabled for use.
7092N/Aproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation.
2521N/Aproperty.max-consecutive-length.synopsis=Specifies the maximum number of times that any character can appear consecutively in a password value.
2521N/Aproperty.max-consecutive-length.description=A value of zero indicates that no maximum limit is enforced.
2521N/A