Skip to content

diepxuan/module-autologin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autologin module for Magento 2

Packagist Magento 2

  • 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 > ADVANCED > Admin > 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