mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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
|
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>
|
your account, making it much harder for anyone else to access them.</p>
|
||||||
<h2>Setup</h2>
|
<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>
|
<h3>TOTP</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Go to "Menu" -> "Options" -> "MFA"</li>
|
<li>Go to "Menu" -> "Options" -> "MFA"</li>
|
||||||
|
@ -666,6 +666,13 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"mime": "text/markdown",
|
"mime": "text/markdown",
|
||||||
"attributes": [
|
"attributes": [
|
||||||
|
{
|
||||||
|
"type": "relation",
|
||||||
|
"name": "internalLink",
|
||||||
|
"value": "Gzjqa934BdH4",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 10
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "label",
|
"type": "label",
|
||||||
"name": "shareAlias",
|
"name": "shareAlias",
|
||||||
|
@ -15,7 +15,7 @@ TOTP (Time-Based One-Time Password) is a security feature that generates a uniqu
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
MFA can only setup on server instance.
|
MFA can only be set up on a server instance.
|
||||||
|
|
||||||
### TOTP
|
### TOTP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user