I want to authenticate 2 kinds of users ( or models ) using a single form, and then redirect the user to its own controller and function depending on its kind (of course after they log in).
I used the AuthComponent but it's not working, because each model requires its own login function (and login layout).
And btw, because the models have different attributes and relations, I need to keep them separated (setting a single table and using a field to figure out the user would not work).
I'll appreciate your answers.