I entered the ACL recipe in the "CakePHP 1.3 Application Development
Cookbook".
I have a user "andy" belonging to a group "user" and I have a category
table on which I try to deny delete and update:

cake acl create aco controllers Categories
cake acl deny Group.3 controllers/Categories delete
cake acl deny Group.3 controllers/Categories update

"Group.3" is the plain "user" group and has an entry on the ARO table.

However when I log on as the user andy and go to the URL localhost/
blogtest/delete/7 for example
the delete is allowed.  Do I need to add any code to the Categories
files?  What am I missing?

Thanks.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to