Willie: I can offer my help with the lost passwords bit. I wrote a simple ticket system that allows users to enter there email, and receive a password reset token for 1 use.
http://edwardawebb.com/programming/php-programming/cakephp/reset-lost-passwords-cakephp You could reuse the basic concept for email confirmations as well. So if someone registers you generate a ticket, and send it to the email they included. They follow the link in the email 'punch' the ticket and their account can be activated. You can use a simple boolean field to track active/non-active accounts. On Jan 24, 10:22 pm, Miles J <[email protected]> wrote: > The Auth component takes care of login/logout, session and security > control, etc. > > You would have to manually build the registration and other pages, but > its relatively simple. > > On Jan 24, 1:52 pm, WillieBHines <[email protected]> wrote: > > > Many applications I build require a way for users to register, log in, > > find forgotten passwords -- and often have their initial registration > > validated via email. > > > Any existing solutions out there? I've read mentions of things like > > obAuth -- is that the way to go? > > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
