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.

link|improve this question
How do you figure out which is which from a single form to begin with? – deceze Jun 17 '11 at 23:27
my idea is searching the user on the 2 models, because the user will only belong to a model (not both). If there is a match then you redirect properly. – user768113 Jun 20 '11 at 19:50
I know that an easy way to figure out the model is by providing a select or menu on the form, and posting all the data to a certain function in order to implement all what i said. But this is not the 'experience' I am looking for :S. – user768113 Jun 20 '11 at 19:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.