vaimo / module-admin-auto-login
Provides automatic admin login on Magento projects; Useful addition when working with a project locally (should be used only as require-dev)
Installs: 36 871
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 9
Forks: 17
Open Issues: 1
Type:magento2-module
Requires
- magento/framework: 100.* | 101.* | 102.* | 103.*
This package is auto-updated.
Last update: 2024-11-16 15:21:31 UTC
README
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.