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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -