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: main ← Head: fix/pwd-policy
main
fix/pwd-policy
73dcad6
3 files changed (+22 additions, -11 deletions)
📝 src/api/core/organizations.rs (+4 -4) 📝 src/api/mod.rs (+2 -2) 📝 src/config.rs (+16 -5)
src/api/core/organizations.rs
src/api/mod.rs
src/config.rs
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.
serde_json::Value
Object
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:fix/pwd-policy📝 Commits (1)
73dcad6Fix 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::Valuebut not anObject.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.