Auth 1.3.0 Auth-loginAction

2010-06-30 Thread brianclark...@btconnect.com
Hi I have configured the Auth component and its working fine. I need to save a User associated model in the session. I assume the best way to do this is to catch the successful login and then add the associated model to the session. I have set Auth-loginAction = users/login. Auth-login is called

Re: Auth 1.3.0 Auth-loginAction

2010-06-30 Thread Shaz
Are you following: http://book.cakephp.org/view/172/Authentication ? On Jun 30, 11:27 am, brianclark...@btconnect.com brianclark...@btconnect.com wrote: Hi I have configured the Auth component and its working fine. I need to save a User associated model in the session. I assume the best

Re: Auth 1.3.0 Auth-loginAction

2010-06-30 Thread cricket
On Wed, Jun 30, 2010 at 6:27 AM, brianclark...@btconnect.com brianclark...@btconnect.com wrote: Hi I have configured the Auth component and its working fine. I need to save a User associated model in the session. I assume the best way to do this is to catch the successful login and then add