🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-kdf-change📝 Commits (1)
10e9205Fix 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.