Give this a go
http://www.webdevelopment2.com/cakephp-auth-component-tutorial-1/

Where is the controller for this page,
> if any ?


look in cake/libs/controller
look at pages_controller.php

2008/9/5 ojonam <[EMAIL PROTECTED]>

>
> 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