[PR #6824] [MERGED] fix(send_invite): invite links #7483

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6824
Author: @proofofcopilot
Created: 2/13/2026
Status: Merged
Merged: 2/23/2026
Merged by: @BlackDex

Base: mainHead: main


📝 Commits (1)

  • d15113f fix(send_invite): add orgSsoIdentifier if sso_only is enabled

📊 Changes

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

View changed files

📝 src/mail.rs (+3 -3)

📄 Description

Only include orgSsoIdentifier when the server is running in SSO-only mode, ensuring invites do not force SSO when password login is still allowed.

This PR is motivated by #6807

I’m not deeply familiar with the Vaultwarden codebase yet, so I’d appreciate a review to confirm this change aligns with existing patterns and doesn’t introduce unintended side effects.


🔄 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/6824 **Author:** [@proofofcopilot](https://github.com/proofofcopilot) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d15113f`](https://github.com/dani-garcia/vaultwarden/commit/d15113f293cfac3f5badc1ad94d170dd8dedb3f5) fix(send_invite): add orgSsoIdentifier if sso_only is enabled ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/mail.rs` (+3 -3) </details> ### 📄 Description Only include `orgSsoIdentifier` when the server is running in SSO-only mode, ensuring invites do not force SSO when password login is still allowed. This PR is motivated by #6807 > I’m not deeply familiar with the Vaultwarden codebase yet, so I’d appreciate a review to confirm this change aligns with existing patterns and doesn’t introduce unintended side effects. --- <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:18:19 -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#7483