How do I change the password policies, i.e. length or complexity.
Thanks
Joerg
How do I change the password policies, i.e. length or complexity.
Thanks
Joerg
The password policy can be set using the minRequiredPasswordLength, minRequiredNonalphanumericCharacters and passwordStrengthRegularExpression attributes of the membership provider.
minRequiredPasswordLength
Defines the minimum number of characters if the password.
minRequiredNonalphanumericCharacters
Defines the number of non alpha-numberic charcters required in the password.
passwordStrengthRegularExpression
A regular expression used to validate additional password policies.
How about setting a password expiration time (30, 60 days)? I've been poking the web for a little while now and not finding anything straight-forward. Is there something in asp or ExCM that can provide this functionality?
thanks!
2 Comments