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 ...
5
votes
6answers
1k views
Why is challenge-response approach a poor solution for forgotten passwords?
My company is developing an online HR and Payroll application where securing access is critical. I'm clear on how to lock down most of the authentication/authorization processes, except for the ...
3
votes
1answer
5k views
How to generate random password, or temporary URL, for resetting password in Zend Framework?
I have a basic authentication process that uses Zend_Auth_Adapter_DbTable. I have login and logout actions on my Authentication Controller. Now I want to create a function to reset forgotten passwords ...
0
votes
2answers
83 views
Devise Forgot Password for logged in user
I'm wondering if there is a manner of calling the 'forgot password' procedure without forcing my user to log out
The case I'm running into is:
1. a user logs in with facebook, a fake password is ...
0
votes
1answer
61 views
hsqldb bypass authentication: reset forgotten user and password
I have a set of database files (i.e. .data, .properties and .script file) in hsqldb format, but the person who managed them previously quit and left no credentials. When I try to connect to the ...