mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #2805] [MERGED] make invitation expiration time configurable #3178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2805
Author: @stefan0xC
Created: 10/8/2022
Status: ✅ Merged
Merged: 10/9/2022
Merged by: @dani-garcia
Base:
main← Head:configure-expirations📝 Commits (2)
b70316emake invitation expiration time configurableac120beimprove spelling of minimum expiration hours check📊 Changes
3 files changed (+19 additions, -4 deletions)
View changed files
📝
.env.template(+4 -0)📝
src/auth.rs(+8 -4)📝
src/config.rs(+7 -0)📄 Description
Add an option to 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 at least 1 hour).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.