Module provide:
- Direct login inline
- Configure per users
- View details related to selected users
Login Inline is a development-only Drupal module that provides fast and convenient user authentication for QA teams and developers.
Instead of logging in and out or manually switching between user accounts, testers can instantly log in as any configured user directly
from the login form without entering a username or password.
This feature streamlines testing workflows, making it easier to verify role-based functionality and permissions.
❗️ Security Note:
This module is intended strictly for use in development (DEV) environments and must never be enabled on production (PROD) sites, as it completely bypasses standard authentication processes.
Anyone with access to this device will be able to log in to any listed account without authentication.
For your security, use this feature only on trusted, personal devices.
Enable the module and navigate to the settings page:
Administration → Configuration → People → Login Inline settings
admin/config/people/login-inline
You can change descriptions for Login Inline form and for the section in User Edit form.
To view all users related to Login Inline, go to People → Login Inline:
admin/people/login-inline
On this page you can review all users selected for Login Inline and remove their "Login Inline" mark directly from the list.
List of users
Login Inline form
Login Inline form (Account selection and button active)
User edit form
User edit form (Message)
The module provides permission administer login inline configuration:
- administer login inline configuration: allow to add/remove mark for Login Inline users on User Edit form
Dependencies:
dependencies:
- drupal:user
Supports D11+ only.
Install this module using the standard Drupal module installation process.




