This topic is locked

Login

11/27/2013 08:23:30
PHPRunner General questions
M
msalim author

I am having problems with the following, though I know that there is a way round, for which I do not have the required knowledge.
I have my custom login page(not the PHPRunner generated) with an extra field AgCode besides the userid and password.
When a user enters the userid, password, and AgCode, it first checks the AgCode in another database and gets the database name linked to the AgCode (eg. Database1)
Now it checks the user credential in user's table in database Database1 - everything is working fine uptill here.
How can I bypass the login page built by PHPRunner and incorporate my own custom login page while at the same time using the PHPRunner $_SESSION["AccessLevel"] for the user.
Thanks in advance

M
msalim author 11/29/2013

I guess no one has the solution for it.
Ok new one -

How to add a new field in login page and access the field value on all event pages in the project

Thanks