General > Support
"Remember Me" disabled by default?
(1/1)
pyrofallout:
Is there anyway to set the default for auto-login to off? Or even disable it completely would be OK? I just don't want it auto-logging in on our help desk computers. Thanks!
pyrofallout:
Yes, I found it. I thought I posted the solution back here but I guess I forgot. Here it is:
Change the following line on 26 of login.php in the /webim/operator folder from this:
--- Code: ---$page = array( 'formisRemember' => true, 'version' => $version);
--- End code ---
To this
--- Code: ---$page = array( 'formisRemember' => false, 'version' => $version);
--- End code ---
By changing that from true to false the default will no be the Remember Me check box is unchecked.
I was also able to remove the feature completely by removing some lines in that PHP file (don't remember anymore exactly which ones), but I decided against it and to just go with leaving false the default.
Hope this helps!
Navigation
[0] Message Index
Go to full version