It is commented out, I already checked that. It actually wasn't when I checked it, I had commented it out, but I removed the comment for some reason, would this have affected permissions permanently?
Anyway it is now commented out and my user group still has access to everything. -Rob On Aug 31, 9:02 am, "gome$" <[email protected]> wrote: > On 31 Sie, 00:01, Rob <[email protected]> wrote: > > > I'm having a problem right now with my application. I have acl set up > > and I am using groups for all my users following this > > tutorialhttp://book.cakephp.org/view/1543/Simple-Acl-controlled-Application > > > One user group I have set up as denied from /controllers using > > > $this->Acl->deny($group, 'controllers'); > > > and using allow I allowed them to do a few things like add content and > > view their user account, but they still have access to everypage on > > the site. > > Hi Rob, > > Make sure you have commented out $this->Auth->allow(array('*')); in > beforeFilter function > like : > > function beforeFilter() { > parent::beforeFilter(); > // $this->Auth->allow(array('*')); > > } > > regards > g0m3$ Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
