Hello,

I am starting to use the Auth Component, and have, in my
app_controller.php, defined the following beforeFilter method :

function beforeFilter(){
          if(isset($this->Auth)){
               $this->Auth->loginAction = array('admin' => false,
'controller' => 'users', 'action' => 'login'
          }
    }

And then, in each of my controllers, I naturally allow all actions I
would like to be seen by the public.

But there is one page I am not able to set that way, it is the
home.ctp, the very first page. Where is the controller for this page,
if any ? What do I do ?

Thanks,
ojonam

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to