Re: Several problems with the Cake 1.2 Auth Component

2007-08-15 Thread thebrillopuff
$this->Auth->allow(); } What this does is check to see if the current controller is listed in your publicControllers variable. If it is then it allows *, or any action to be run from that controller, making it completely public. Hope this helps. :) -thebrillopuff P.S. You may

1.2 Authentication

2007-08-14 Thread thebrillopuff
set instead of checking for logoutRedirect. Anyway that's my first foray into understanding the 1.2 Auth component, hope it helps =D. -thebrillopuff --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP