From 243d7d0ee9901d12db1ab1bad08872d370652f32 Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:02:55 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20remove=20totp=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-sample.ini | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config-sample.ini b/config-sample.ini index 8e14ce48f..b6c150064 100644 --- a/config-sample.ini +++ b/config-sample.ini @@ -46,19 +46,6 @@ cookieMaxAge=1814400 #syncServerProxy= [MultiFactorAuthentication] -# Set to true to enable TOTP authentication -# This will require users to enter a one-time password in addition to their password to log in to Trilium -# This is a security feature that adds an extra layer of protection to your account -totpEnabled=false - -# Set the secret key for TOTP authentication -# This is a security feature that adds an extra layer of protection to your account -totpSecret=my-secret-key - -# Set to true to enable OAuth/OpenID authentication -# This will allow users to log in to Trilium using an account from another service, like Google, to verify their identity -ssoEnabled=false - # Set the base URL for OAuth/OpenID authentication # This is the URL of the service that will be used to verify the user's identity oauthBaseUrl=http://localhost:8080