"description":"Multi-Factor Authentication (MFA) adds an extra layer of security to your account. Instead of just entering a password to log in, MFA requires you to provide one or more additional pieces of evidence to verify your identity. This way, even if someone gets hold of your password, they still can't access your account without the second piece of information. It's like adding an extra lock to your door, making it much harder for anyone else to break in.",
"oauth_title":"OAuth/OpenID",
"oauth_enabled":"OAuth/OpenID Enabled",
"oauth_enable_description":"Set ssoEnabled in config file to true or set TRILIUM_SSO_ENABLED environment variable to true to enable (Requires restart)",
"oauth_enable_description":"Set ssoEnabled in config file or TRILIUM_SSO_ENABLED environment variable to true to enable (Requires restart)",
"oauth_user_account":"User Account:",
"oauth_user_email":"User Email:",
"oauth_user_not_logged_in":"Not logged in!",
"oauth_description":"OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity.",
"totp_title":"Time-based One-Time Password",
"totp_enabled":"TOTP Enabled",
"totp_enable_description":"Set totpEnabled in config file to true or set TRILIUM_TOTP_ENABLED environment variable to true to enable (Requires restart)",
"totp_enable_description":"Set totpEnabled in config file or TRILIUM_TOTP_ENABLED environment variable to true to enable (Requires restart)",
"totp_description":"TOTP (Time-Based One-Time Password) is a security feature that generates a unique, temporary code which changes 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 it.",