Cakephp Auth with multiple “Users” tables
I would like to know how to deal with only ONE authentification process and "users" in multiple tables. I have 4 Users table: users, admins, artists, teamadmins which all have specific fields, but I would like all of these users to be able to connect via only one form on the homepage, and being redirected after that to their specific dashboards. I think the redirections shouldn't be a problem, and some routes added should work, but I really don't know where to look/start to ake this all possible. Cheers, Nicolas. EDIT : here's the final solution (thanks to deizel) App::import('Component',