mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[PR #6105] [MERGED] fix account key rotation #3577
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/6105
Author: @stefan0xC
Created: 7/27/2025
Status: ✅ Merged
Merged: 7/27/2025
Merged by: @BlackDex
Base:
main← Head:fix-key-rotation📝 Commits (1)
1bfac81fix account key rotation📊 Changes
1 file changed (+81 additions, -22 deletions)
View changed files
📝
src/api/core/accounts.rs(+81 -22)📄 Description
At the moment it does not work because the endpoint for the key rotation has been moved to
/accounts/key-management/rotate-user-account-keysfor a while now. This should fix account key rotation so it works again.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.