vaultwarden/src
Mathijs van Veluw 8d30285160
Fix issue with key-rotation and emergency-access (#6421)
When a user has an unconfirmed emergency-access user, and tries to do a key-rotation, the validation fails.
The reason is that Bitwarden only returns new keys for confirmed users, not for invited or accepted.

This commit fixes this by only requesting confirmed or higher status emergency-access users.

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-11-01 22:20:38 +01:00
..
api Fix issue with key-rotation and emergency-access (#6421) 2025-11-01 22:20:38 +01:00
db Fix issue with key-rotation and emergency-access (#6421) 2025-11-01 22:20:38 +01:00
static add mail address change warning for invited accounts (#6377) 2025-10-21 19:21:47 +02:00
auth.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
config.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
crypto.rs Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal (#5680) 2025-03-15 19:33:17 +01:00
error.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
http_client.rs Use existing reqwest client for AWS S3 requests (#5917) 2025-06-30 22:57:00 +02:00
mail.rs add mail address change warning for invited accounts (#6377) 2025-10-21 19:21:47 +02:00
main.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
sso_client.rs a little cleanup after SSO merge (#6153) 2025-08-09 22:18:04 +02:00
sso.rs Use Diesels MultiConnections Derive (#6279) 2025-10-29 21:04:30 +01:00
util.rs add missing media-src directive (#6381) 2025-10-21 19:22:37 +02:00