[SOLVED] Â Auto Login via URL |
4/17/2012 10:54:04 AM |
PHPRunner General questions | |
C
copper21 author
Hello, |
|
![]() |
Admin 4/17/2012 |
Your URL is correct, most probably there is an issue with your code that processes username and password. |
C
|
copper21 author 4/17/2012 |
Sergey, |
![]() |
Admin 4/17/2012 |
This code needs to be added to Pending_Requests_list.php BeforeProcess event. UsersTablename needs to be replaced with login table name. Redirect to Pending_Requests_list.php is not required since you are already on this page. |
C
|
copper21 author 4/17/2012 |
Finally got it. I had to change a few things as the code I was using I think was from older versions of PHPRunner. Here is what worked for me using PHP Runner 6.0: //auto login via url
|