If you're looking to modify the data before it is saved to the DB, then you need to use the Model::beforeSave() callback, or whichever filter is appropriate for your needs.
Also, the automatic password hashing is only present in the official Auth component of CakePHP 1.2. The blog tutorial was written for CakePHP 1.1. -Joel. On Apr 9, 5:05 pm, Brian <[EMAIL PROTECTED]> wrote: > I have looked at both quite a bit. I will have to take another look and see > if I can find some examples to work with. > > Thanks > > On Wed, Apr 9, 2008 at 5:01 PM, Sliv <[EMAIL PROTECTED]> wrote: > > > Have you looked athttp://book.cakephp.org and searched > >http://bakery.cakephp.org > > yet? There's quite a bit more info there than in the manual. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
