Cannot access Trilium WEB : how to disable MFA ? #1860
-
Hi, I'm having an issue on my web trilium instance. It's installed as a docker container, running the last version. Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@Potjoe-97 , unfortunately I believe the documentation is out of date. If you are comfortable editing the database, try setting @JYC333 , I believe we need to update the documentation and perhaps add some kind of safeguard to bypass the TOTP if it failed to work properly. @Potjoe-97 , if you are using sync, the TOTP might interfere with that so perhaps the feature is not ready for production use yet. |
Beta Was this translation helpful? Give feedback.
-
@JYC333 Additionally, it's best to require the user to enter a TOTP code for verification after generating the TOTP secret. TOTP should only be enabled if the verification is successful, to ensure the user has saved the secret and that their device time is synchronized. Currently, after generating the secret, TOTP is enabled even if the page is refreshed directly, without needing to click the "OK" button. |
Beta Was this translation helpful? Give feedback.
@Potjoe-97 , unfortunately I believe the documentation is out of date.
There was some refactoring done on the TOTP and I think the option of whether TOTP is enabled is now stored in the database.
If you are comfortable editing the database, try setting
mfaEnabled
tofalse
in theoptions
table.@JYC333 , I believe we need to update the documentation and perhaps add some kind of safeguard to bypass the TOTP if it failed to work properly.
@Potjoe-97 , if you are using sync, the TOTP might interfere with that so perhaps the feature is not ready for production use yet.