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: 35 104

Dependents: 0

Suggesters: 0

Security: 0

Stars: 22

Watchers: 9

Forks: 17

Open Issues: 1

Type:magento2-module

1.4.5 2022-06-02 11:55 UTC

This package is auto-updated.

Last update: 2024-04-16 14:04:24 UTC


README

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.