Re: Auth Login Component not working :(

2009-01-06 Thread Webweave
And then you will be very, very, very secure ;-) On Jan 6, 6:34 am, mark_story wrote: > Don't allow('login') you will never be able to login, just like the > docs say. > > -Mark > > On Jan 5, 4:15 pm, Darren884 wrote: > > > Hi I am trying to return a rendered element so I have to customize the

Re: Auth Login Component not working :(

2009-01-06 Thread mark_story
Don't allow('login') you will never be able to login, just like the docs say. -Mark On Jan 5, 4:15 pm, Darren884 wrote: > Hi I am trying to return a rendered element so I have to customize the > login() function on the controller I am using, however its not running > the query right even though

Re: Auth Login Component not working :(

2009-01-05 Thread gearvOsh
Leave your login() action empty. CakePHP automatically does all the login magic. http://www.milesj.me/blog/read/5/using-cakephps-auth-component/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To pos

Auth Login Component not working :(

2009-01-05 Thread Darren884
Hi I am trying to return a rendered element so I have to customize the login() function on the controller I am using, however its not running the query right even though the fields it is supposed to process are defined in the model. Here is the beforeRender code: PHP Code: function beforeFi