Tuesday, May 26, 2009

Re: How to redirect to login page

Hi Bharani,

Read through the cakephp cookbook http://book.cakephp.org

More specifically the section on auth: http://book.cakephp.org/view/172/Authentication

Pointers:
 - set up the Auth component in your app_controller and add setup settings in the beforeFilter() function
 - set which pages you are allowed anonymous access to using $this->Auth->allow('index', 'posts', 'etc', 'etc); (in beforeFilter())
 - add login() and logout() functions to your controller(s) you wish to do auth...

the cookbook has rather detailed explanations

bryan

On Tue, May 26, 2009 at 11:11 AM, lakers fan <lakersfan74@msn.com> wrote:
Hello,
     I m new to cakephp.. I want to check in every page whether a user has logged in or not.. If not I want to redirect him to login page. Is there a way to do it in a common place like app_controller?
 
Thanks,
Bharani


Windows Live™: Keep your life in sync. Check it out.



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