Jump to content

customer /admin no time out?


Recommended Posts

  • 2 years later...

Have you tried to check "Remind me" option when you log in as administrator? Sometime we forget to do it, better if it would be already checked.

 

To do that edit the file admin/themes/default/template/controllers/login/content.tpl

 

In line 80 replace this old string:

<input name="stay_logged_in" type="checkbox"  id="stay_logged_in" value="1" checked tabindex="3"/>

 

with this new one:

<input name="stay_logged_in" type="checkbox"  checked="checked" id="stay_logged_in" value="1" checked tabindex="3"/>

 

You won't need to check "Remind me" option every time.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...