If I wnat there must be a alpha charater in the password,. How can I do?
"Rad [Visual C# MVP]" <
[email protected]>
???????:
[email protected]...
Hey ad,
If you are creating a new user, and are using the create user wizard,
set the PasswordRegularExpression to \w{6,}
If you're changing the password of an existing user, and are using the
changepassword control, set the PasswordRegularExpression to \w{6,}
I want to limin the length of password must larger than 6.
How can I do with Login Controls of asp.net 2.0