diepxuan/module-autologin

Autologin module for Magento 2

Installs: 44 477

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.9 2024-06-14 11:51 UTC

This package is auto-updated.

Last update: 2024-07-14 12:15:07 UTC


README

Packagist Magento 2 Downloads License

  • 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