mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
improve MFA docs
This commit is contained in:
parent
479ef63480
commit
2f3f8b31cf
@ -16,7 +16,7 @@
|
||||
every 30 seconds. You use this code, along with your password, to log into
|
||||
your account, making it much harder for anyone else to access them.</p>
|
||||
<h2>Setup</h2>
|
||||
<p>MFA can only setup on server instance.</p>
|
||||
<p>MFA can only be set up on a server instance.</p>
|
||||
<h3>TOTP</h3>
|
||||
<ol>
|
||||
<li>Go to "Menu" -> "Options" -> "MFA"</li>
|
||||
|
@ -666,6 +666,13 @@
|
||||
"type": "text",
|
||||
"mime": "text/markdown",
|
||||
"attributes": [
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "internalLink",
|
||||
"value": "Gzjqa934BdH4",
|
||||
"isInheritable": false,
|
||||
"position": 10
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"name": "shareAlias",
|
||||
|
@ -15,7 +15,7 @@ TOTP (Time-Based One-Time Password) is a security feature that generates a uniqu
|
||||
|
||||
## Setup
|
||||
|
||||
MFA can only setup on server instance.
|
||||
MFA can only be set up on a server instance.
|
||||
|
||||
### TOTP
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user