create 2FA documentation#236
Conversation
| *2FA challenge*, a request to enter the TOTP code in your browser. | ||
|
|
||
| .. figure:: images/totp_login_1.png | ||
| :alt: TOTP challenge at login. |
There was a problem hiding this comment.
That one will be gone with 11. At least if only one second factor is configured, then it will just redirect to totp_login_2.png :)
| Using 2 Factor Authentication | ||
| ============================= | ||
|
|
||
| Two Factor Authentication (2FA) is a way to protect your Nextcloud account |
There was a problem hiding this comment.
AFAIK 2FA is written "two-factor authentication"
| (*something you have*). Nextcloud supports a variety of 2nd factors and | ||
| more can be added. | ||
|
|
||
| Once a Two Factor Authentication app has been enabled by your administrator |
| you can enable and configure it in :doc:`userpreferences`. Below you can | ||
| see how. | ||
|
|
||
| Configuring 2 Factor Authentication |
|
|
||
| If the code was correct you will be redirected to your Nextcloud account. | ||
| You will not have to enter the code again in this browser unless you clear | ||
| the browser cookies. |
There was a problem hiding this comment.
You will have to enter it on the next login.
btw users might not know what cookies are, that may be too technical for a user documentation.
There was a problem hiding this comment.
really, the 2fa code has to be entered on each login? Meh. Ok, will fix. Guess this is on the docket for 12 to fix ;-)
There was a problem hiding this comment.
sure, I think @LukasReschke created at ticked for that somewhere.
There was a problem hiding this comment.
really, the 2fa code has to be entered on each login? Meh. Ok, will fix. Guess this is on the docket for 12 to fix ;-)
That's where "Remember login" helps 😉
| Using clients with 2 Factor Authentication | ||
| ========================================== | ||
| Once you have enabled 2FA, your clients will no longer be able to connect | ||
| unless they also have support for 2 Factor Authentication. However, you can |
There was a problem hiding this comment.
there is no 2fa support in clients yet. they will simply fail and tell the users that their username/password is wrong.
There was a problem hiding this comment.
Sure. But at some point clients will have it ;-)
|
Awesome! I think we should also mention backup codes, which are enabled by default on nc 11 and help users in case they lose access to their second factor. ref nextcloud/server#1171 |
|
@ChristophWurst should all be good now. Merge if OK or tell me what to fix how ;-) |
| =============================== | ||
|
|
||
| Two Factor Authentication (2FA) is a way to protect your Nextcloud account | ||
| Ttwo-factor authentication (2FA) is a way to protect your Nextcloud account |
|
Apart from the little typo it looks very good! |
|
👍 fixed it. Thanks |
…显示问题 fix:仪表板全屏预览过滤组件下拉框不显示问题
fixes #215
@ChristophWurst @LukasReschke pls review