[PR #6458] [MERGED] Fix KDF Change with new web-vault #25991

Closed
opened 2026-05-29 04:58:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6458
Author: @BlackDex
Created: 11/11/2025
Status: Merged
Merged: 11/11/2025
Merged by: @dani-garcia

Base: mainHead: fix-kdf-change


📝 Commits (1)

  • 10e9205 Fix KDF Change with new web-vault

📊 Changes

1 file changed (+52 additions, -16 deletions)

View changed files

📝 src/api/core/accounts.rs (+52 -16)

📄 Description

The newer web-vault's use a different json to update the KDF settings.
This PR fixes this by updating the struct and adjust the validation settings.

Fixes #6457


🔄 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/6458 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-kdf-change` --- ### 📝 Commits (1) - [`10e9205`](https://github.com/dani-garcia/vaultwarden/commit/10e920584d64f7f9f9a74f466b1811bc8b087576) Fix KDF Change with new web-vault ### 📊 Changes **1 file changed** (+52 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+52 -16) </details> ### 📄 Description The newer web-vault's use a different json to update the KDF settings. This PR fixes this by updating the struct and adjust the validation settings. Fixes #6457 --- <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-05-29 04:58:15 -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#25991