Jump to content

Using CTRL-L instead of L to trigger login form in offline mode


Alejandro

Recommended Posts

If your admin passwords contains the letter "L" then you may find this feature doesn't work very well. A quick workaround is to edit the offline.php template file inside the template folder and change:

if ( event.which == 76 ) {
to:
 
if ( event.which == 76 && event.ctrlKey) {
Then you can use CTRL-L to trigger the login form.
Link to comment
  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...