Forgot password using ASP.Net membership provider?

Ravi picture Ravi · May 25, 2010 · Viewed 7.5k times · Source

Is it possible to implement a "forgot password" using ASP.Net membership provider?

Any sample link is appreciated.

Thanks

Answer

this. __curious_geek picture this. __curious_geek · May 25, 2010

Use PasswordRecovery control or You can call GetPassword() or ResetPassword() methods on your membership provider.