Password |
The PasswordRequirements type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximumLength | Password maximum length | |
| MinimumLength | Password minimum character length | |
| MustMatchRegularExpression | If configured, a regular expression that the password must match; otherwise null | |
| MustNotMatchPreviousNumberOfPasswords | Number of unique passwords required before a password can be repeated | |
| RequiresOneOrMoreLowerCaseCharacters | Password must contain one or more lowercase characters | |
| RequiresOneOrMoreNumericCharacters | Password must contain one or more numeric characters | |
| RequiresOneOrMoreSpecialCharacters | Password must contain one or more special characters | |
| RequiresOneOrMoreUpperCaseCharacters | Password must contain one or more uppercase characters | |
| SupportedSpecialChars | 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 (@,!,#,$,%) |