Autologin?
Posted: Thu Oct 06, 2011 7:51 pm
What to I have to do to auto login to Hesk?
I have added Hesk into a subdirectory of my exisiting ASP.Net site, and I am trying to avoid having users to have to login again when they have already logged into the ASP.Net application.
I saw that the admin_main.php looks for $_POST['user'] and $_POST['pass'], so I tried sending:
http://localhost/hesk23/admin/index.php ... edpassword
However, this still causes the login form to display.
I realize that sending user information in this manner is not safe, but I am just exploring this method and right now our information is not sensitive enough to worry about security at this time.
I have added Hesk into a subdirectory of my exisiting ASP.Net site, and I am trying to avoid having users to have to login again when they have already logged into the ASP.Net application.
I saw that the admin_main.php looks for $_POST['user'] and $_POST['pass'], so I tried sending:
http://localhost/hesk23/admin/index.php ... edpassword
However, this still causes the login form to display.
I realize that sending user information in this manner is not safe, but I am just exploring this method and right now our information is not sensitive enough to worry about security at this time.