yireo / magento2-admin-auto-login
N/A
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Type:magento2-module
Requires
- magento/framework: ^101.0|^102.0|^103.0
- magento/module-backend: ^101.0|^102.0
- magento/module-user: ^101.0
This package is auto-updated.
Last update: 2025-04-24 10:50:32 UTC
README
Automatically login a specified user without any JavaScript trick or weird redirect, but simply by spoofing the login mechanism
Obviously, don't use in production.
Usage
Install this module with your jedi skills.
Next, configure the username under which you want to login automatically:
magerun2 config:store:set system/admin/autologin_username exampleAdmin
It should now work.