Hello. In a situation with two (or more) groups of users, for instance in an application where companies post jobs, and job seekers search for jobs, if I have two separate tables for companies and job seekers, how can I use the authentication that is shipped with with web2py? Users sign up to the website as either a job seeker, or a company, but I'd like to have one input form for their login (The application needs to check against both tables).
Any help would be appreciated.
Thanks.