How To Authenticate Using Two Different Tables

My project has 2 almost independent Modules so I want to authenticate using two different tables

  1. what is the best way to do that ?

  2. About an extintion called “Rights” does it help ? is it reliable ???

  3. I tried to save 1000 simple records but it times-out before finishing 500 is it normal !?

for(1 to 1000)

$car = new CAR;

$car->Color = ‘RED’;

$car->save();

The login is always from one page, you can set it but normally is site/login. You can work on Components.Useridentity and modify it to look in 2 tables. Later you can give different roles on the session.

I don’t know rights

Page timeout? 1000 records are not so much, strange… {}?