secret_login
The Secret Login Module allows users to log-in through a URL specified in the Drupal configuration. This feature can be useful for quickly accessing an admin account and another user on a Drupal site using a predefined URL, without requiring a username or password.
Features
- Allows administrators to define a custom URL in the configuration for all users.
- When this URL is accessed, the user is automatically logged in as an administrator along with another assigned role on the Drupal site.
- The module also provides a one-time login URL for a configured user, along with a button to enable or disable the functionality. The token URL remains valid for one hour, after which a new token URL is automatically generated.
⚠️ SECURITY WARNING
This module is intended for development environments only.
Do NOT use this on production sites.
Installation
Install as you would normally install a contributed Drupal module. For further
information, see
(https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).