Is it possible to implement a "forgot password" using ASP.Net membership provider?
Any sample link is appreciated.
Thanks
|
Is it possible to implement a "forgot password" using ASP.Net membership provider? Any sample link is appreciated. Thanks
| |||
|
feedback
|
|
Use PasswordRecovery control or You can call GetPassword() or ResetPassword() methods on your membership provider. | |||
|
feedback
|