mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-10 19:52:40 -05:00
[PR #6141] [MERGED] Perform same checks when setting kdf #7358
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/6141
Author: @Timshel
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/7/2025
Merged by: @dani-garcia
Base:
main← Head:check_kdf📝 Commits (1)
d5085caPerform same checks when setting kdf📊 Changes
1 file changed (+30 additions, -27 deletions)
View changed files
📝
src/api/core/accounts.rs(+30 -27)📄 Description
In the SSO PR it was recommended to check the kdf settings in
post_set_password.Since it seemed logical to apply it to the register endpoint decided to create this PR too.
From what I can see the
Optionforkdfandkdf_iterationswas not necessary:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.