Tagged Questions
38
votes
17answers
3k views
What is the best “forgot my password” method?
I'm programming a community website.
I want to build a "forgot my password" feature.
Looking around at different sites, I've found they employ one of three options:
send the user an email with a ...
4
votes
5answers
775 views
I Have md5 encrypted password, how to give the password to user when he uses “Forgot password”?
I have database entry for password in md5 format, but when user uses the "Forgot password" then how can i give him/her the desired password?