I cant change my password using asp:ChangePassword

AcidBurn23

New member
Joined
Dec 13, 2007
Messages
3
Programming Experience
3-5
Hi

Im currently doing an application in .net using vb and I find the change password control very interesting so I decided to use it.

The problem is...I always get an error of "Password incorrect or New Password invalid. New Password length minimum: 1. Non-alphanumeric characters required: 0."
even if I supplied the correct parameters of the password and set the (minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0") in Mebership provider in my web.config.


Pls shed some light on this query, I cant seem to find out what I am doing wrong.

Your immediate response would be very much appreciated

Thanks
 
The problem is...I always get an error of "Password incorrect or New Password invalid. New Password length minimum: 1. Non-alphanumeric characters required: 0."

The error shows that Non-alphanumeric characters are required so include some non-alphanumberic characters in your password.
 
The error shows that Non-alphanumeric characters are required so include some non-alphanumberic characters in your password.


I dont have to supply the non alpha numeric cause I already set the NonAlphaNumeric to 0 in Membership Provider, cause I dont want my users to enter a required non alpha numeric character in their passwords.


Anyways, I do appreciate your reply

Thanks
 
Back
Top