mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
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/7079
Author: @pmhnam
Created: 4/10/2026
Status: 🔄 Open
Base:
main← Head:fix/sso-only-org-invite-7072📝 Commits (1)
994ee0dFix SSO_ONLY users unable to accept org invites (#7072)📊 Changes
1 file changed (+21 additions, -7 deletions)
View changed files
📝
src/api/core/organizations.rs(+21 -7)📄 Description
Summary
Fixes #7072
SSO_ONLY users (users who authenticate via SSO and have no master password) cannot accept organization invites because the invite acceptance flow requires a master password login.
Changes
send_invite: Auto-set membership status toAcceptedfor existing SSO_ONLY users when they are invited to an organization_reinvite_member: Prioritize SSO_ONLY auto-accept before attempting to send an email invite that the user cannot act onHow it works
When
SSO_ENABLED=trueandSSO_ONLY=true, users who have an emptypassword_hash(indicating they authenticated only via SSO) are automatically moved toAcceptedstatus when invited. The admin can then confirm them normally through the admin console.Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.