Re: Auth::authorize - controller -- How to handle guests?

2010-06-29 Thread Shaz
You can add $this-Auth-allowedActions = array('action'); to the app_controller.php for all controllers rather than having to set it for every single controller. Can't think of anything else other than that. On Jun 24, 2:52 pm, Melanie Sommer melanie-som...@mailinator.com wrote: Hello, I am

Auth::authorize - controller -- How to handle guests?

2010-06-24 Thread Melanie Sommer
Hello, I am using AuthComponent with authorization from the controller. Thus my app_controller.php looks like ## class AppController extends Controller { var $components = array('Auth','RequestHandler'); var $uses = array('User'); public function