Wednesday, September 30, 2009

Re: remove authorization from Cakephp form

In the beforeFilter event of your controller you have to use

$this->Auth->allow('action_of_your_form');

http://book.cakephp.org/view/563/Setting-Auth-Component-Variables
--~--~---------~--~----~------------~-------~--~----~
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: