https://github.com/dpi/drupal_admin_denied
https://github.com/dpi/drupal_admin_denied
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpi/drupal_admin_denied
- Owner: dpi
- Created: 2020-03-17T06:02:54.000Z (over 6 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2020-03-17T08:19:31.000Z (over 6 years ago)
- Last Synced: 2026-01-20T15:47:31.833Z (5 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Set the uid 1 (super user account) username and password to random strings each
time cron runs. This stops people logging in and performing tasks as that user
and as bonus, it prevents any attackers from brute-forcing the login details.
In case of emergency, you should be able to login with uid 1 using a login url
generated via `drush uli`.
Do not install this module if you cannot use drush.