You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Document the three bundled (shipped) 2FA providers.
- Clarify what "providers" are and why they're important.
- Re-order the sections.
- Remove some outdated bits.
- Eliminate some redundancies.
- Misc tidying up.
Signed-off-by: Josh <josh.t.richards@gmail.com>
a Telegram/Signal/SMS gateway and `U2F <https://en.wikipedia.org/wiki/Universal_2nd_Factor>`_.
13
+
- At least one 2FA provider must be enabled by the administrator.
14
+
- A user must activate 2FA on their account (or) the administrator must enforce the use of 2FA.
16
15
17
16
18
17
Developers can `build new two-factor provider apps <https://docs.nextcloud.com/server/31/developer_manual/digging_deeper/two-factor-provider.html>`_.
@@ -22,40 +21,33 @@ Developers can `build new two-factor provider apps <https://docs.nextcloud.com/s
22
21
Enabling two-factor authentication
23
22
----------------------------------
24
23
25
-
You can enable 2FA by installing and enabling a 2FA app like TOTP which works
26
-
with Google Authenticator and compatible apps. The apps are available in the
27
-
Nextcloud App store so by navigating there and clicking **enable** for the app
28
-
you want, 2FA will be installed and enabled on your Nextcloud server.
24
+
2FA in Nextcloud is pluggable, meaning that various 2FA providers can be used to support different
25
+
types of factors. Three providers are automatically installed (but may need to be enabled):
29
26
30
-
.. figure:: ../images/2fa-app-install.png
27
+
**Two-Factor TOTP Provider**
31
28
32
29
Once 2FA has been enabled, users have to `activate it in their personal settings. <https://docs.nextcloud.com/server/31/user_manual/en/user_2fa.html>`_
33
30
34
31
.. TODO ON RELEASE: Update version number above on release
35
32
36
-
Disabling two-factor authentication
37
-
-----------------------------------
38
-
39
-
Two-factor providers can be disabled via :ref:`occ <occ>`::
0 commit comments