Thanks to everyone who help me with my AUTH questions. I got it up and
running. But there is 1 thing I want to know if possible.
 
When a USER logs in my USERS belong to a group which has its own landing
page. So how can I redirect after successful login to such as this example:
 
if auth group_id = 0{
go here
}else{
if auth group_id = 1{
go here}
 
And would the code go in the app_controller or set it up in the login
function?
 
Thanks
 
Dave
 

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