Eragonio
Eragonio

Reputation: 76

CakePHP ACL doesn't work

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

Answers (1)

dogmatic69
dogmatic69

Reputation: 7575

you should do the tutorial http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application

Upvotes: 1

Related Questions