On 11 nov, 02:06, Al <[email protected]> wrote: > Hi All, > > I've used Auth on several applications and have learned a lot in how > to (and not to) create a user registration/login/password reset > system. but...... > > Can anyone tell me if there is an already created cakephp plugin for > doing this? I'm only asking because I'm starting yet another project > and fixing all my previous issues. I'm willing to be someone has > something elegant out there already.
Personally, I'd recommend writing (or using someone elses) bake templates for that. Why? Because inevitably a one-size-fits-all system eventually doesn't do what you want - and that then means you can nolonger use it/have to hack it etc. Here are my user bake templates: http://code.assembla.com/mi/subversion/nodes/branches/mi_development/vendors/shells/templates/users The above being used as: cake bake model User -theme mi cake bake controller Users -theme mi cake bake view Users -theme mi and then edit if necessary. Regards, AD -- 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=.
