Actions
Feature #93647
closedMFA Enforcing MFA for users -> add new option SystemMaintainers
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2021-03-04
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently:
Configuration:
Enforcing MFA for users
$GLOBALS['TYPO3_CONF_VARS']['BE']['requireMFA'] which allows 4 options:
0: Do not require multi-factor authentication (default)
1: Require multi-factor authentication for all users
2: Require multi-factor authentication only for non-admin users
3: Require multi-factor authentication only for admin users
I would like to have an additional option not only for admins but also for system maintainers:
4: Require multi-factor authentication only for system maintainers users
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68333
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/68333
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 51ccba9dbe05f9c17611c75167f220a361ed0a98.
Actions