[PR #2805] [MERGED] make invitation expiration time configurable #3178

Closed
opened 2025-10-09 18:18:30 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: configure-expirations


📝 Commits (2)

  • b70316e make invitation expiration time configurable
  • ac120be improve 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2805 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 10/8/2022 **Status:** ✅ Merged **Merged:** 10/9/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `configure-expirations` --- ### 📝 Commits (2) - [`b70316e`](https://github.com/dani-garcia/vaultwarden/commit/b70316e6d30e4146d637d6f4e269db438c52c346) make invitation expiration time configurable - [`ac120be`](https://github.com/dani-garcia/vaultwarden/commit/ac120be1c6f84028bc8ba476270c07f235e5b6ab) improve spelling of minimum expiration hours check ### 📊 Changes **3 files changed** (+19 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+4 -0) 📝 `src/auth.rs` (+8 -4) 📝 `src/config.rs` (+7 -0) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:18:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3178