Re: Password length minimum: 7. Non-alphanumeric characters required.



it works. thanx


"Alexey Smirnov" <alexey.smirnov@xxxxxxxxx>, haber iletisinde þunlarý
yazdý:%23yU$J6DiHHA.3512@xxxxxxxxxxxxxxxxxxxxxxx

"Yasin Cepeci" <cepeci@xxxxxxxxx> wrote in message
news:OI6d%23LCiHHA.5008@xxxxxxxxxxxxxxxxxxxxxxx
Password length minimum: 7. Non-alphanumeric characters required.I ve
taken this error. Microsoft Security Policy requires something nonsense I
think. I never think a password like "75256asdf!^+%&" this. How can I use
normal passwords which users demand what their hearth say as a password


it can be configured by a AspNetSqlMembershipProvider entry

<membership>
<providers>
<add name="AspNetSqlMembershipProvider"
passwordStrengthRegularExpression=""
minRequiredPasswordLength="X"
minRequiredNonalphanumericCharacters="X"
...

Hope it helps



.



Relevant Pages