mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-18 09:52:56 -05:00
[PR #7097] [MERGED] Dummy org Master password policy auth fix #32942
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/7097
Author: @Timshel
Created: 4/14/2026
Status: ✅ Merged
Merged: 4/15/2026
Merged by: @dani-garcia
Base:
main← Head:fix/sso📝 Commits (1)
77b48f2Dummy org Master password policy auth fix📊 Changes
4 files changed (+33 additions, -12 deletions)
View changed files
📝
src/api/admin.rs(+11 -2)📝
src/api/core/accounts.rs(+1 -1)📝
src/api/core/organizations.rs(+20 -8)📝
src/sso.rs(+1 -1)📄 Description
Should fix https://github.com/dani-garcia/vaultwarden/issues/7086
The use of a random org uuid in
get_auto_enroll_statuswith the newOrgMemberHeadersguard inget_dummy_master_password_policyresulted in enrollment failures.Modified the admin invite to use
FAKE_SSO_IDENTIFIERfor theorg_idwhen SSO is enabled to prevent having to support both values.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.