Hey guys,

I hope someone can give me some hints; this problem has had me stumped
for quite some while now. I'm sort of new to CakePHP. I'm trying to
set up my own application using ACL. I've read all of the tutorials at
the Cookbook, and I'm pretty sure I followed them correctly. I have my
database set up properly with AROs, ACOs, and aros_acos. When I use
the AclComponent::check() method to test permissions, the correct
boolean value is returned.

I created a test user and denied permissions to the root ACO node.
However, when I log in with that user, I still have full permissions
to do everything: add, edit, view, etc. It's as if ACL is not there at
all. The AuthComponent is also being used, and everything seems to be
working fine with that.

Does anyone have any suggestions or questions about my problem? Any
help is, of course, greatly appreciated.

Cheers.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to