/ Published in: PHP
this allows all auth actions. this is usually followed by deny() to exclude certain pages from the public eye.
Expand |
Embed | Plain Text
$this->Auth->allow('*');
You need to login to post a comment.
this allows all auth actions. this is usually followed by deny() to exclude certain pages from the public eye.
$this->Auth->allow('*');
You need to login to post a comment.