I can not login my hesk due to security image option. As it is running through localhost no security image is not showing.
How can i remove this security image option now ?
Please help..
Thanks
Shalah Uddin
Can not login to hesk
Moderator: mkoch227
Re: Can not login to hesk
This either means that PHP sessions aren't working on your server, or that the GD library is missing.
To manually disable the security image:
1. backup your existing hesk_settings.inc.php file
2. open the hesk_settings.inc.php file in Notepad++ (or some other powerful text editor)
3. find the line that starts with
4. change that line to say precisely
5. save, upload to the server and test
Are you able to login now?
To manually disable the security image:
1. backup your existing hesk_settings.inc.php file
2. open the hesk_settings.inc.php file in Notepad++ (or some other powerful text editor)
3. find the line that starts with
Code: Select all
$hesk_settings['secimg_use']
Code: Select all
$hesk_settings['secimg_use']=0;
Are you able to login now?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Can not login to hesk
Dear Concern,
Thanks a lot. Now I am able to login now.
Thank you very much for your support..
Regards
Shalah Uddin
Thanks a lot. Now I am able to login now.
Thank you very much for your support..
Regards
Shalah Uddin