Click or drag to resize

PasswordRequirements Properties

The PasswordRequirements type exposes the following members.

Properties
 NameDescription
Public propertyMaximumLength Password maximum length
Public propertyMinimumLength Password minimum character length
Public propertyMustMatchRegularExpression If configured, a regular expression that the password must match; otherwise null
Public propertyMustNotMatchPreviousNumberOfPasswords Number of unique passwords required before a password can be repeated
Public propertyRequiresOneOrMoreLowerCaseCharacters Password must contain one or more lowercase characters
Public propertyRequiresOneOrMoreNumericCharacters Password must contain one or more numeric characters
Public propertyRequiresOneOrMoreSpecialCharacters Password must contain one or more special characters
Public propertyRequiresOneOrMoreUpperCaseCharacters Password must contain one or more uppercase characters
Public propertySupportedSpecialChars Valid special characters for password, if RequiresOneOrMoreSpecialCharacters is true. Special characters can be configured via the eWebLoginSupportedSpecialChars system option. If that system option is not configured, the default special characters are (@,!,#,$,%)
Top
See Also