ASP.NET Membership ChangePassword control - Need to check for previous password
- by Steve
Hi guys,
I have a new table that hold old passwords, I need to check if there is a match.
If there is a match I need the ChangePassword contol to NOT change the password. I need to tell the user that this password was used and pic a new one.
I can't seem to be able to interrupt the control from changing the password.
Maybe I am using the wrong…