From b88a92e86231703422f7a289b1d7a7fe48981b3d Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Mon, 7 Nov 2022 16:52:23 +0100 Subject: [PATCH] [RELEASE] Add support for TYPO3 v12 and PHP 8.1+ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebb6f48..9dd711e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This extension adds the HOTP (hmac-based one-time password) MFA provider to TYPO3, using the new MFA API, available since TYPO3 v11.1. It can furthermore be used as an example extension on how to integrate a custom provider into TYPO3. +The extension supports all TYPO3 versions >= 11.1 with PHP >= 7.4. + **Important**: For better understanding, especially for editors, the provider is referred to as **Counter-based one-time password** in the TYPO3 backend.