“”

MFA Frontend MFA Frontend

mfa_frontend / stable

Enable MFA (Multi-Factor Authentication) for Frontend accounts.

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req causal/mfa-frontend

Tags

#mfa #multi-factor #authentication #otp #one-time #TOTP

Last upload comment

This release adds support for removing MFA protection for a given user ("administrator mode") as any larger TYPO3 installation will have for sure a few users who will loose/change their phone or access to their MFA application and will need to be helped by an administrator.

This defaults to TYPO3 administrators but can be completely overridden and/or extended with your own business logic rules by implementing a PSR-14 Event Listener (DisableTotpEvent).

Downloads by month

Download 1.1.0 Extension Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos Crowdin translations
Author
Xavier Perseguers
Company
Causal Sàrl
Last update
12. Mar 2024
First upload
20. Oct 2023
Downloads
1,267
Category
Services
Dependencies
  • PHP (7.4.0 - 8.3.99)
  • TYPO3 (10.4.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req causal/mfa-frontend to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (12)

Version history

Version Upload comment Works with TYPO3 Download
1.1.0 / stable
March 12, 2024
This release adds support for removing MFA protection for a given user ("administrator mode") as any larger TYPO3 installation will have for sure a few users who will loose/change their phone or access to their MFA application and will need to be helped by an administrator.

This defaults to TYPO3 administrators but can be completely overridden and/or extended with your own business logic rules by implementing a PSR-14 Event Listener (DisableTotpEvent).
10.4.0 - 12.4.99 Download
1.0.1 / stable
January 31, 2024
Standard maintenance release.
10.4.0 - 12.4.99 Download
1.0.0 / stable
October 27, 2023
Generation of 160 bit TOTP secret keys as suggested by RFC 4226.
Documentation has been enhanced.
Extension is now considered stable.
10.4.0 - 12.4.99 Download
0.3.0 / beta
October 23, 2023
Various small fixes so that you may properly use it for your own domain model objects (e.g., "members" managed independently from fe_users records).
10.4.0 - 12.4.99 Download
0.2.0 / beta
October 21, 2023
While fixing actual compatibility with TYPO3 v11 when using PHP 7.4, it turned out supporting back to TYPO3 v10 was not "that" tricky anymore; so here we are :)
10.4.0 - 12.4.99 Download
0.1.2 / alpha
October 20, 2023
This version lets you configure 2FA for your Frontend users. This is currently based on TOTP.
11.5.0 - 12.4.99 Download