Tagged Questions
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 ...