checkpassword control new password not accepting
I use changepassword control with the following
settings.
MinRequiredPasswordLength="2"
MinRequiredNonAlphanumericCharacters="1"
passwordStrengthRegularExpression=""
but, it is not accepting the new password. always, displays the
message
Password incorrect or New Password invalid. New Password length minimum: 3. Non-alphanumeric characters required: 1.
how to rectify this?.
I checked this with custome membership provider also. the message
is repeated.
Thanks
|