[SOLVED] Autologin via URL |
6/27/2012 11:41:43 AM |
PHPRunner General questions | |
S
snuffi01 author
I'm trying to follow this post http://www.asprunner.com/forums/topic/19407-auto-login-via-url/ |
|
![]() |
Admin 6/27/2012 |
Make sure table and field names are correct. Make sure that this user has permissions to access the List page in question. |
S
|
snuffi01 author 6/27/2012 |
Make sure table and field names are correct. Make sure that this user has permissions to access the List page in question. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
C
|
cgphp 6/27/2012 |
Put the code in the "After table initilized" event of the customer table. global $dal; |
S
|
snuffi01 author 6/28/2012 |
Put the code in the "After table initilized" event of the customer table. If you hash password in the db, your code should be: global $dal;
|