Merge pull request #8539 from nextcloud/fix/link-to-unofficial-twofactor-admin-app

Drop links to unofficial twofactor_admin app
This commit is contained in:
Christoph Wurst 2022-06-14 16:08:36 +02:00 committed by GitHub
commit b96ecd1729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 12 deletions

View File

@ -1469,17 +1469,13 @@ check for that user via the occ command::
sudo -u www-data php occ twofactor:disable <uid> <provider_id>
.. note:: This is not supported by all providers. For those that don't support
this operation, the `Two-Factor Admin Support app <https://apps.nextcloud.com/apps/twofactor_admin>`_
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 <uid> <provider_id>
.. note:: This is not supported by all providers. For those that don't support
this operation, the `Two-Factor Admin Support app <https://apps.nextcloud.com/apps/twofactor_admin>`_
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:

View File

@ -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 <https://apps.nextcloud.com/apps/twofactor_admin>`_
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 <https://nextcloud-twofactor-admin.readthedocs.io/en/latest/>`_