| | |
| | | description=This validator can be used to prevent simple passwords that contain only a few characters like "aabbcc" or "abcabc". |
| | | property.case-sensitive-validation.synopsis=Indicates whether this password validator should treat password characters in a case-sensitive manner. |
| | | property.case-sensitive-validation.description=A value of true indicates that the validator does not consider a capital letter to be the same as its lower-case counterpart. A value of false indicates that the validator ignores differences in capitalization when looking at the number of unique characters in the password. |
| | | property.enabled.synopsis=Indicates whether the password validator is enabled for use. |
| | | property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation. |
| | | property.enabled.synopsis=Gibt an ob der Passwortvalidierer zur Benutzng aktiviert ist. |
| | | property.java-class.synopsis=Gibt den vollqualifizierten Java Klassennamen an welche den Passwortvalidierer implementiert. |
| | | property.min-unique-characters.synopsis=Specifies the minimum number of unique characters that a password will be allowed to contain. |
| | | property.min-unique-characters.description=A value of zero indicates that no minimum value is enforced. |