Saturday, May 2, 2009

Re: Security requireAuth on admin_add and admin_edit

I might be mistaken, but I'm using the Security component not the Auth
component. I believe it's two different things. My problem is with
the Security component not blackholing the request when I try to
maliciously modify the form.

On May 1, 3:43 pm, "Benedikt R." <bened...@rossgardt.de> wrote:
> Did you try this?:
>
> $this->Auth->deny('*');
> $this->Auth->allow('index', 'view');
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: