c# - membership provider, change password returning false -
is there way full message response changepassword method? need find out why it's returning false. never has in past, current password correct , emailresponse variable.
membershipuser u = membership.getuser(emailresponse); bool changed = u.changepassword("password~123", txtpassword.text); if (changed){ //code emitted }
Comments
Post a Comment