Download the PHP package fiko/magento2-customer-two-factor-auth without Composer
On this page you can find all versions of the php package fiko/magento2-customer-two-factor-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fiko/magento2-customer-two-factor-auth
More information about fiko/magento2-customer-two-factor-auth
Files in fiko/magento2-customer-two-factor-auth
Download fiko/magento2-customer-two-factor-auth
More information about fiko/magento2-customer-two-factor-auth
Files in fiko/magento2-customer-two-factor-auth
Vendor fiko
Package magento2-customer-two-factor-auth
Short Description 2 factor authentication for Customer
License MIT
Package magento2-customer-two-factor-auth
Short Description 2 factor authentication for Customer
License MIT
Please rate this library. Is it a good library?
Informations about the package magento2-customer-two-factor-auth
Magento 2 Two Factor Auth
It's a magento 2 module to enable two factor authentication for customer to secure their login step.
How to install?
Via Composer
If you try to install via composer, just require your project to the module by running this command :
Manually
- Download this repo
- Create a Directory
app/code/Fiko/CustomerTwoFactorAuth
- Copy downloaded repo to this directory
Once you download it (both composer or manually), just run this commands to apply this module to your project :
How to use?
Customer Guide
1. Enable Two Factor Authentication
- Login with customer account.
- Go to my account.
- Go to Account Security on sidebar.
- Enable Login Security.
- Scan the QR Code.
- Confirm the code.
- Try to logout and login back again.
2. Disable Two Factor Authentication
- Login with customer account.
- Validate the OTP.
- Go to my account.
- Go to Account Security on sidebar.
- Disable Login Security.
- Input current password.
- Try to logout and login back again.
Admin Guide
1. Generate Secret Key
- Login onto adminhtml.
- Customers > All Customers.
- Edit one of the customer.
- Click
Generate 2FA Secret Key
. - Go to
Account Information
tab. - See field of
2FA Secret Key
.
2. Enable Two Factor Authentication
- Login onto adminhtml.
- Customers > All Customers.
- Edit one of the customer.
- Go to
Account Information
tab. - Check
Enable 2FA
field (make sure the2FA Secret Key
is not empty. - Save the secret key and setup it on your authenticator app.
- Save and try login.
3. Disable Two Factor Authentication
- Login onto adminhtml.
- Customers > All Customers.
- Edit one of the customer.
- Go to
Account Information
tab. - Check
Disable 2FA
field. - Save and try login.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT © 2022
All versions of magento2-customer-two-factor-auth with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
*
magento/module-customer Version *
spomky-labs/otphp Version ^10.0
christian-riesen/base32 Version ^1.3
endroid/qr-code Version *
magento/module-customer Version *
spomky-labs/otphp Version ^10.0
christian-riesen/base32 Version ^1.3
endroid/qr-code Version *
The package fiko/magento2-customer-two-factor-auth contains the following files
Loading the files please wait ....