Not sure if this is normal or what! I have the beginings of ACL and Auth working, where I have groups from admin to customers in aros and controllers and actions with root as first parent in acos. The only permissions I have set is Admin -> root, admin users can access every thing, so far so good. Customer users can only access defined actions (pages and register) all others are redirected (perfect) except customers can also access all actions of the users controller.
I am using: $this->Auth->authorize = 'actions'; I have checked and double checked the only controllers/actions I have: $this->Auth->allow(); ed, are "pages" controller and "register" action in "users" controller. I can't figure this one out, thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
