2017 © Pedro Peláez
 

magento2-module qss_googleauth

Google Authenticator two-factor authentication integrated for Magento 2 admin users

image

qssdev/qss_googleauth

Google Authenticator two-factor authentication integrated for Magento 2 admin users

  • Friday, November 10, 2017
  • by qsolutionsstudio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Google Authenticator Integration for Magento 2

This module integrates Google Authenticator into Magento 2 admin panel, to provide two factor authentication for store managers., (*1)

Features

  • Two factor authentication for Magento 2 store administrators
  • May be enabled / disabled per user
  • Login instructions mailed to enabled users on feature activation / secret (re)generation
  • Command-line interface

Installation

You will need SSH access to your server., (*2)

Run the following commands in your Magento 2 root folder:, (*3)

composer config repositories.qextensions git https://github.com/QSolutionsStudio/2FactorAuth-M2.git, (*4)

(url will change for public version ofc), (*5)

composer require qextensions/google2factor, (*6)

php bin/magento module:enable Qextensions_Google2factor, (*7)

php bin/magento setup:upgrade, (*8)

You have now enabled and installed the module, but in order to make it work, you need to configure it first., (*9)

Configuration

Go to your store's configuration to enable the extension:, (*10)

config1, (*11)

config2, (*12)

config3, (*13)

config4, (*14)

Then generate your secret code for Google Authenticator app:, (*15)

config5, (*16)

config6, (*17)

Now new field will appear on login screen, although it won't be required until you enable two factor authentication for given user:, (*18)

config7, (*19)

In order to do that, go to your account settings:, (*20)

config8, (*21)

config9, (*22)

This may be done for other users as well, from admin user edit form or via Magento's command line interface:, (*23)

config10, (*24)

All set, now you will be required to fill in the valid login code while signing into your Magento 2 dashboard:, (*25)

config11, (*26)

The Versions

10/11 2017

dev-master

9999999-dev

Google Authenticator two-factor authentication integrated for Magento 2 admin users

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework *

 

10/11 2017

1.2.0

1.2.0.0

Google Authenticator two-factor authentication integrated for Magento 2 admin users

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework *

 

08/12 2016

1.1.0

1.1.0.0

Google Authenticator two-factor authentication integrated for Magento 2 admin users

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework *