Hello, I am having trouble with setting up ACLs. My aros and acos tables are properly set up, from what I can tell.
I have an admin user that is working correctly. I have a regular user that isn't working.. it only gets access to the index view if _read, _create, _update, _delete are all set to 1. If I set any of them to 0 or -1, it no longer gets access. Sample ecords from aros_acos (aro_id, aco_id, _create, _read, _update, _delete) (1,1,-1,-1,-1,-1) [deny all to controller] (aro_id, aco_id, _create, _read, _update, _delete) (1,1,0,1,0,0) [allow index to Pages] (aro_id, aco_id, _create, _read, _update, _delete) (1,1,1,1,0,0) [allow index, add to Notes] (aro_id, aco_id, _create, _read, _update, _delete) (1,1,1,1,1,1) [allow all to Chat] In this example, I can only access the Chat index view. All others boot me back to the homepage. I am using Mark Story's MenuComponent, which makes this problem more obvious because I can only view menus for Chat in the example above, when I'd expect menus for Pages and Notes to show up with add options for Notes and Chat. Thanks for your help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
