Closed (fixed)
Project:
Login Disable
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Jun 2013 at 23:25 UTC
Updated:
26 Mar 2021 at 17:59 UTC
Jump to comment: Most recent
The proper use of the Access Key setting can be obtuse.
For user's that unexpectedly lock themselves out, changing the module page intro text as described below could be quite helpful:
Prevent users from logging in to your Drupal site unless they know the secret key to add to the end of the ?q=user login form page.
to
Prevent users from logging in to your Drupal site unless they know the secret key to add to the end of the login form page. (default: http://yourwebsite.net/user/login?admin )
Comments
Comment #1
damienmckennaYes, the module definitely needs a README.txt file, including instructions on how to disable the functionality should the admin accidentally lock themselves out of their own site.
Comment #2
buddaI kept the url format to the non clean url type to cover all bases.
So http://example.com/?q=user/login&admin rather than http://example.com/user/login?admin
Comment #3
buddaAdded a README.txtx to Drupal 7 branch.
Comment #5
baikho commented