Sorry for missing out the version number. I am using CakePHP ver2.2.1
On Sunday, November 4, 2012 9:30:17 PM UTC+8, euromark wrote:
>
> you do realize that without always(!) noting the cake version you are
> working on, that no one will be able to help you here?
> the way it works changed quite a bit over the versions. one could only
> guess right now.
>
>
> Am Sonntag, 4. November 2012 01:16:57 UTC+1 schrieb Sam:
>>
>> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.