diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 301783f13..cc0b65dd5 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -1469,17 +1469,13 @@ check for that user via the occ command:: sudo -u www-data php occ twofactor:disable -.. note:: This is not supported by all providers. For those that don't support - this operation, the `Two-Factor Admin Support app `_ - should be used where users get a one-time code to log into their account. +.. note:: This is not supported by all providers. To re-enable two-factor auth again use the following commmand:: sudo -u www-data php occ twofactor:enable -.. note:: This is not supported by all providers. For those that don't support - this operation, the `Two-Factor Admin Support app `_ - should be used where users get a one-time code to log into their account. +.. note:: This is not supported by all providers. .. _disable_user_label: diff --git a/admin_manual/configuration_user/two_factor-auth.rst b/admin_manual/configuration_user/two_factor-auth.rst index d1989ca46..a836891d5 100644 --- a/admin_manual/configuration_user/two_factor-auth.rst +++ b/admin_manual/configuration_user/two_factor-auth.rst @@ -53,9 +53,3 @@ a user has 2FA enforced: * If no groups are selected, 2FA is enabled for everyone except members of the excluded groups * If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected *and* excluded group, the selected takes precedence and 2FA is enforced. - -.. note:: Should users lose access to their second factor and backup codes, - they won't be able to log into their account anymore. As administrator, you - can use the `Two-Factor Admin Support app `_ - to generate a one-time code for them to log in and unlock their account. - You can find out more about the app in its `documentation `_