msp/twofactorauth 1.2.1

Two Factor Authentication module for Magento2 - Member of MageSpecialist SecuritySuite

Type

magento2-module

License

OSL 3.0

Requires
Requires (dev)

None

Suggests
Provides

None

Conflicts

None

Replaces

None

MSP TwoFactorAuth

Two Factor Authentication module for maximum backend access protection in Magento 2.

Member of MSP Security Suite

See: https://github.com/magespecialist/m2-MSP_Security_Suite

Did you lock yourself out from Magento backend? click here.

Installing on Magento2:

1. Install using composer

From command line:

composer require msp/twofactorauth

2. Enable and configure from your Magento backend config

Enable from Store > Config > MageSpecialist > SecuritySuite > Two Factor Authentication.

3. Enable two factor authentication for your user

4. Scan the QR code with your Two Factor Authentication application

5. Login and type a valid two factor authentication code

Emergency commandline disable:

If you messed up with two factor authentication you can disable it from command-line:

php bin/magento msp:security:tfa:disable

This will disable two factor auth globally.