Module Admin Auto Login
vaimo/module-admin-auto-login
Automatically logs in to the admin panel using a configured user. Simplifies access for development environments by bypassing the login screen.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubvaimo/module-admin-auto-login
This module bypasses the admin panel login screen, automatically logging in as the user provided in the configuration. Since it doesn't run any validations, this module should be used only on local environments (i.e.: not public).
Installation
composer require --dev vaimo/module-admin-auto-login
php bin/magento module:enable Vaimo_AdminAutoLogin
php bin/magento setup:upgrade
Usage
Access the admin URL for the project. You should be logged in automatically.
Configuration
You can change the user to login in Stores > Settings > Configuration > Advanced > Admin > Admin Auto Login.
If no username is assigned in the admin pages, it will fallback to admin. If it is not available, it will fallback to the first user it finds.
Support
Support will be provided on a best efforts basis through GitHub Issues. Pull requests are welcome.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.