Alejandro Posted December 5, 2017 at 01:44 PM Share Posted December 5, 2017 at 01:44 PM 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. n00bster 1 Link to comment
DanielH Posted December 14, 2017 at 06:13 PM Share Posted December 14, 2017 at 06:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts