Posts

Showing posts with the label ASPNET Password Length

Solve the password length in ASP.net 2.0‏

You should be able to change them in your web.config for your application or change in machine.config in \Windows\Microsoft.Net\Framework\v2.x\Config folder The following section is copied directly from another starter kit fro your reference. For example: you change minRequiredNonalphanumericCharacters="0" from minRequiredNonalphanumericCharacters="1", then you don't need the Non alphanumeric Characters any more. You change other setting within this block as you want.