[PR #6371] [MERGED] add seat limit for the invite dialog #7406

Closed
opened 2026-03-07 21:17:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6371
Author: @stefan0xC
Created: 10/17/2025
Status: Merged
Merged: 10/21/2025
Merged by: @BlackDex

Base: mainHead: add-seat-limit


📝 Commits (1)

  • 2da3635 add seat limit for the invite dialog

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/db/models/organization.rs (+1 -1)

📄 Description

Adding a seat limit so that (as discussed/suggested here https://github.com/dani-garcia/bw_web_builds/pull/218#issuecomment-3415682716) the invite dialog shows the help text that you can invite multiple members by separating the mail addresses with a comma:
image

The number 20 was chosen because it is the hardcoded limit in the web-vault:
image


🔄 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/6371 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `add-seat-limit` --- ### 📝 Commits (1) - [`2da3635`](https://github.com/dani-garcia/vaultwarden/commit/2da363525342e16d0542f70ad31063430d7c11dc) add seat limit for the invite dialog ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/organization.rs` (+1 -1) </details> ### 📄 Description Adding a seat limit so that (as discussed/suggested here https://github.com/dani-garcia/bw_web_builds/pull/218#issuecomment-3415682716) the invite dialog shows the help text that you can invite multiple members by separating the mail addresses with a comma: <img width="925" height="387" alt="image" src="https://github.com/user-attachments/assets/8be7b0a7-9ef2-493a-9cf1-4680d56fe4c5" /> The number 20 was chosen because it is the [hardcoded limit](https://github.com/bitwarden/clients/blob/f3af6a813aa7ae7ec3c0581609af0f0c2e81146c/apps/web/src/app/admin-console/organizations/members/components/member-dialog/validators/input-email-limit.validator.ts#L30) in the web-vault: <img width="426" height="115" alt="image" src="https://github.com/user-attachments/assets/cc4ac7c1-c39e-453f-bc4f-9bc0e0dfa080" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:17:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7406