This extension is based on Neyamtux_Authenticator, which offers 2FA for the backend.
- Ability to enable frontend 2FA for specific customer groups;
- 2FA is enforced meaning the customer has to either setup or authenticate before continuing after logging in;
- Open the customer in the backend to be able to reset the 2FA secret;
- Dutch translation files.
First install & enable Neyamtux_Authenticator.
composer require juashyam/authenticator
php bin/magento module:enable Neyamtux_Authenticator
composer require elgentos/frontend2fa
php bin/magento module:enable Elgentos_Frontend2FA
php bin/magento setup:upgrade
Setup page (in My Account)
2FA authentication after logging in when setup is done
Configuration in backend
2FA reset button in backend
This project is licensed under the MIT License