Password Policies...

How do I change the password policies, i.e. length or complexity.

 

Thanks

Joerg

Have more questions? Submit a request

2 Comments

  • 0
    Avatar
    Matthew McBride

    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.

    Jeremy Luerkens
    Manager, Software Production
    SharePoint Solutions
  • 0
    Avatar
    Matthew McBride

    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!

Please sign in to leave a comment.