Dear CakePHP experts,

I want to have lenient authorization for my CakePHP app allowing most 
actions and denying only a few. I have this below in AppController class;

public function beforeFilter()
{ 
$this->Auth->allow('*');
$this->Auth->deny('delete', 'edit','add'); 
} 

For some reason, everything is allowed. Can someone with more experience 
give me some hint why deny is not working?

THank you for your help.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to