[PR #6233] [MERGED] Fix panic around sso_master_password_policy #12612

Closed
opened 2026-04-20 15:52:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6233
Author: @Timshel
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @dani-garcia

Base: mainHead: fix/pwd-policy


📝 Commits (1)

  • 73dcad6 Fix panic around sso_master_password_policy

📊 Changes

3 files changed (+22 additions, -11 deletions)

View changed files

📝 src/api/core/organizations.rs (+4 -4)
📝 src/api/mod.rs (+2 -2)
📝 src/config.rs (+16 -5)

📄 Description

Should fix https://github.com/dani-garcia/vaultwarden/issues/6163 which happened when the config was a valid serde_json::Value but not an Object.


🔄 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/6233 **Author:** [@Timshel](https://github.com/Timshel) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix/pwd-policy` --- ### 📝 Commits (1) - [`73dcad6`](https://github.com/dani-garcia/vaultwarden/commit/73dcad67e59292ea651eb68c54e474e3e5394f60) Fix panic around sso_master_password_policy ### 📊 Changes **3 files changed** (+22 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+4 -4) 📝 `src/api/mod.rs` (+2 -2) 📝 `src/config.rs` (+16 -5) </details> ### 📄 Description Should fix https://github.com/dani-garcia/vaultwarden/issues/6163 which happened when the config was a valid `serde_json::Value` but not an `Object`. --- <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-04-20 15:52:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#12612