Checkout at the bottom of this
http://www.studiocanaria.com/articles/cakephp_auth_component_users_groups_permissions_revisited

It seems to work, basically allows everything in the beforeFilter in
the app, then in the users_controller you recall parent::beforeFilter
() , then set the allow. I'm unsure why you have to use allowedActions
only works and after reading the book it seems as if they only use
allowedActions when dealing with Auth and ACL.

On Dec 6, 6:43 pm, gearvOsh <[EMAIL PROTECTED]> wrote:
> It seems this works below, but my previous code does not.
>
> $this->Auth->allowedActions = array('signup', 'reset', 'verify',
> 'forgot');
>
> Perhaps something wrong with the 
> docs?http://book.cakephp.org/view/247/AuthComponent-Methods#allow-382
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to