diepxuan / module-autologin
Autologin module for Magento 2
Installs: 56 241
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
README
- Auto-login: Provides automatic logins for administrators.
Autologin
This extension amend the default authentication of Magento, it use for developer, whom do not want use time for login to administrators
Installation
Step 1 : Download Magento 2 Autologin Extension
The easiest way to install the extension is to use Composer
Run the following commands:
composer require diepxuan/module-autologin
bin/magento module:enable Diepxuan_Autologin
bin/magento setup:upgrade && bin/magento setup:static-content:deploy
Step 2: General configuration
Login to Magento admin > Stores > Configuration > DIEPXUAN > Auto Login > Enable Autologin in Admin > Choose Yes to enable the module.
After you finish configuring, save and clear the cache. Run the following command:
php bin/magento cache:clean