Tagged Questions
22
votes
6answers
2k views
Forgot Password: what is the best method of implementing a forgot password function?
I'm wondering what the best method is for creating a forgot password function on a website. I have seen quite a few out there, here are a few or combination of:
passphrase question / answer (1 or ...
3
votes
2answers
704 views
asp.net membership change password without knowing old one
Evaluting the method signature, it is required to know old password while changing it.
membershipUser.ChangePassword(userWrapper.OldPassword, userWrapper.Password)
Is there any way to change ...
1
vote
2answers
3k views
How to not use ASP.Net Membership Security Question and Answer for custom password recovery?
I don't want to have the security question and answer feature that ASP.Net Membership Provider gives, but I DO want to enable a lost/forgotten password page.
This page would be where a user would ...