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 ...
0
votes
1answer
54 views
Rails 3.2 current_password authentication failing
Using Ruby 1.9.3 and bcrypt-ruby 3.0.1
I'm working on the Depot app from the Agile Web Development book, and I'm having issues authenticating a user's current password in order for them to change ...