mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-08 15:09:20 +00:00
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)
This commit is contained in:
parent
6fa6eb18e8
commit
b70316e6d3
3 changed files with 19 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue