This topic is locked

One common database for logins

5/8/2008 08:34:06
ASPRunnerPro General questions
D
dunga author

good morning,

it just occured to me:
is it possible to have each of my databases use 1 common database for logins?
what i have is 25 courses but they have 25 different admins.
how can implement the system where:

ADMIN user logs in and depending on the course name is transferred to the appropriate database.
is my question clear enough?if not please ask follow up questions.

J
Jane 5/8/2008

Hi,
you can use AfterSuccessfulLogin event on the Events tab to fill all required Session variables and redirect to another projects.

D
dunga author 5/8/2008

Hi, Jane,
the AfterSuccessfulLogin page has2 options:
database

insert a record into another table
and
check if specific record exists
which one???

J
Jane 5/13/2008

Hi,
you need to add your custom code: select data from database and fill Session variables.