When you configure Auth you can specify the $this->Auth->userModel to whatever you have used as a name for your user model. If you do not supply an alternative it defaults to user.
The piece of code you have highlighted is simply looking for a login action in the specified or default userModel. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
