mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Drop links to unofficial twofactor_admin app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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/>`_
|
||||
|
||||
Reference in New Issue
Block a user