Allowing users the ability to change passwords is a no brainer.

But what do you do if a user losses their password?  Several months
ago I wrote a very simple component that works in conjunction with my
user model to issue tickets to user emails.

The ticket can be retrieved via email and allows users to enter a new
password.

The tickets are valid for 24 hours, carry a unique code that aligns to
that users email.  It is the bet way I could think to solve this
issue.

If you want to check it out and share advice, please do.

http://edwardawebb.com/programming/php-programming/cakephp/reset-lost-passwords-cakephp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to