Hello

I have a login procedure that requires more information than just the
username and password.

Controller: "employees"
Action: "login"

Databasefields needed for login: email, password, group (because it is
possible to have the same email for different groups).

Login URL: http://mydomain.com/login/group1

When someone makes a failed login attempt, he is redirected to
http://mydomain.com/login instead of http://mydomain.com/login/group1.

How can I make the Auth component redirect the user to .../login/
group1? ("group1" is a variable, it could be anything, which is
checked against the DB)


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

Reply via email to