User tests: Successful: Unsuccessful:
Allow to force or never force MFA for superusers too.
Go to Users -> Manage -> Options -> Multi-factor Authentication
Check the options "Disable Multi-factor Authentication" and "Enforce Multi-factor Authentication"
Its not possible to force or never force MFA for superusers

It is possible to force or never force MFA for superusers

Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_users |
| Labels |
Added:
PR-5.4-dev
|
||
Done @richard67
| Title |
|
||||||
| Labels |
Added:
PR-6.1-dev
Removed: PR-5.4-dev |
||
I can see that Super Users appears in each of the dropdown lists. Can you explain what happens if I select both? Will I lock myself out? Does the wording of the inline description need adjustment?
I can see that Super Users appears in each of the dropdown lists. Can you explain what happens if I select both? Will I lock myself out? Does the wording of the inline description need adjustment?
Good question i have not changed the code so the same will happen when you select both Administrator.
If anything you will not lock you self as that only makes sure that its forced that you have to setup 2FA or not. But in the end it will always be a binary decision.
This is the code so when i understand this correctly than forceing 2FA will win:
joomla-cms/libraries/src/Application/MultiFactorAuthenticationHandler.php
Lines 100 to 114 in d4be2a6
Hmm, not sure if it is a new feature which would have to go into 6.1-dev.