October 2010
Intermediate to advanced
1920 pages
73h 55m
English
By default, passwords are required to contain at least 7 characters and 1 nonalphanumeric character (a character that is not a letter or a number such as *,_, or !). You can set three Membership provider attributes that determine password policy:
• minRequiredPasswordLength—
The minimum required password length. (The default value is 7.)
• minRequiredNonalphanumericCharacters—
The minimum number of non-alphanumeric characters (The default value is 1.)
• passwordStrengthRegularExpression—
The regular expression pattern that a valid password must match (The default value is an empty string.)
The minRequiredNonAlphanumericCharacters attribute confuses everyone. Website users are not familiar with the requirement ...
Read now
Unlock full access