Reputation: 76
Hi
I'm using the ACL and Auth Component. The Auth Component works fine but if I deny some Controllers for a User it seems that it has no Effect.
The User can still visit the Page. Should CakePHP automatically hide the Page from the User?
Upvotes: 2
Views: 443
Reputation: 7575
you should do the tutorial http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application
Upvotes: 1