improve MFA docs

This commit is contained in:
JYC333 2025-05-17 10:13:00 +08:00
parent 479ef63480
commit 2f3f8b31cf
3 changed files with 9 additions and 2 deletions

View File

@ -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" -&gt; "Options" -&gt; "MFA"</li> <li>Go to "Menu" -&gt; "Options" -&gt; "MFA"</li>

View File

@ -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",

View File

@ -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