Potentially Abandoned v1.4.5

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.

39,465
Downloads
Below average
21
GitHub Stars
Below average
4y ago
Last Release
1
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
20 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.4.5 on Magento 2.4.8-p3
Dec 26, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Module Admin Auto Login Magento compatibility status badge

README

Loaded from GitHub

vaimo/module-admin-auto-login

Latest Stable Version Total Downloads Daily Downloads License

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.

Back to All Modules