This topic is locked

Single database to validate logon

8/7/2008 10:36:38 AM
PHPRunner General questions
K
kklh author

Hi
Is it possible to create a single database to controle users and logon so you dont have to create new tabels in every project.
reg. Kim.

J
Jane 8/8/2008

Hi,
unfrotunately you can't use two databases (one for login, second for other tables) in one PHPRunner project.

As workaround you can edit login.php file manually. This may involve a bit of coding.

However we don't have a ready to go solution for this.

T
thesofa 8/8/2008

as an alternative, you can create all the tables for all the databases in one overall database, prefixing the tables with a three letter algorithm to split them up, it can get a bit unmanageable, but it does work!