Showing posts with label format. Show all posts
Showing posts with label format. Show all posts

Friday, March 16, 2012

Password Complexity

Hi
Any idea of the easiest way to change the password complexity settings? I would like to allow my passwords to be of a simplier format, i.e. just alphanumeric.
Thanks
BenHi,
you can use theSqlMembershipProvider.MinRequiredNonAlphanumericCharacters Property in the web.config. You'll probably want to set it to 0.
Grz, Kris.