Re: Auth component question on CAKE 1.2

2008-10-24 Thread Dardo Sordi Bogado
Make sure the action can be reached by the user (is allowed/public), then in the action call $this->Auth->login($data); HTH, - Dardo Sordi On Fri, Oct 24, 2008 at 6:20 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > I have a question about the Auth component in CKAE 1.2 > In my applica

Auth component question on CAKE 1.2

2008-10-24 Thread [EMAIL PROTECTED]
Hi I have a question about the Auth component in CKAE 1.2 In my application I have a method to authenticate users that is NOT based on username and password. I would use the same the Auth component to do this. Can someone tell me how can I do this? Many Thanks --~--~-~--~~