diff options
author | Stefan Melmuk <[email protected]> | 2024-03-17 22:35:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-17 22:35:02 +0100 |
commit | 79ce5b49bc61227101aa0668a4ab3b8bdf4f32ef (patch) | |
tree | 63134184ad6fbe627ac6c7b9f4f2bf0576ed54eb /.env.template | |
parent | 7c3cad197c9144977164d2b66e70c206b3b771d9 (diff) | |
download | vaultwarden-79ce5b49bc61227101aa0668a4ab3b8bdf4f32ef.tar.gz vaultwarden-79ce5b49bc61227101aa0668a4ab3b8bdf4f32ef.zip |
automatically use email address as 2fa provider (#4317)
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 61cd046b..0189cc7a 100644 --- a/.env.template +++ b/.env.template @@ -444,6 +444,11 @@ ## ## Maximum attempts before an email token is reset and a new email will need to be sent. # EMAIL_ATTEMPTS_LIMIT=3 +## +## Setup email 2FA regardless of any organization policy +# EMAIL_2FA_ENFORCE_ON_VERIFIED_INVITE=false +## Automatically setup email 2FA as fallback provider when needed +# EMAIL_2FA_AUTO_FALLBACK=false ## Other MFA/2FA settings ## Disable 2FA remember |