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
this is also a possibility
public function beforeFilter() { parent::beforeFilter(); $this->Auth->authenticate = array( AuthComponent::ALL => array('userModel' => 'AnotherModel'), 'Form', 'Basic' ); }