diff options
author | Stefan Melmuk <[email protected]> | 2022-10-08 18:31:34 +0200 |
---|---|---|
committer | Stefan Melmuk <[email protected]> | 2022-10-08 18:37:16 +0200 |
commit | b70316e6d30e4146d637d6f4e269db438c52c346 (patch) | |
tree | acbe038713bcb953d29d693b3c6d467c87f76821 /.env.template | |
parent | 6fa6eb18e88f6d090eff5139d5a67bb56d25bf7f (diff) | |
download | vaultwarden-b70316e6d30e4146d637d6f4e269db438c52c346.tar.gz vaultwarden-b70316e6d30e4146d637d6f4e269db438c52c346.zip |
make invitation expiration time configurable
configure the number of hours after which organization invites,
emergency access invites, email verification emails and account deletion
requests expire (defaults to 5 days or 120 hours and must be atleast 1)
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 66a04343..60b5b73b 100644 --- a/.env.template +++ b/.env.template @@ -245,6 +245,10 @@ ## Name shown in the invitation emails that don't come from a specific organization # INVITATION_ORG_NAME=Vaultwarden +## The number of hours after which an organization invite token, emergency access invite token, +## email verification token and deletion request token will expire (must be at least 1) +# INVITATION_EXPIRATION_HOURS=120 + ## Per-organization attachment storage limit (KB) ## Max kilobytes of attachment storage allowed per organization. ## When this limit is reached, organization members will not be allowed to upload further attachments for ciphers owned by that organization. |