Original PR: https://github.com/dani-garcia/vaultwarden/pull/6411 Author: @dani-garcia Created: 10/29/2025 Status: ✅ Merged Merged: 10/29/2025 Merged by: @dani-garcia
Base: main ← Head: improve-protected-actions
main
improve-protected-actions
0c7ab88
8de1915
3cdb557
8e01bca
2 files changed (+25 additions, -15 deletions)
📝 src/api/core/two_factor/email.rs (+1 -1) 📝 src/api/core/two_factor/protected_actions.rs (+24 -14)
src/api/core/two_factor/email.rs
src/api/core/two_factor/protected_actions.rs
#[serde(with = "ts_seconds")]
email_attempts_limit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6411
Author: @dani-garcia
Created: 10/29/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @dani-garcia
Base:
main← Head:improve-protected-actions📝 Commits (4)
0c7ab88Improve protected actions8de1915Match usage on two factor3cdb557Use saturating add8e01bcaDon't delete token when tracking attempts📊 Changes
2 files changed (+25 additions, -15 deletions)
View changed files
📝
src/api/core/two_factor/email.rs(+1 -1)📝
src/api/core/two_factor/protected_actions.rs(+24 -14)📄 Description
#[serde(with = "ts_seconds")]to simplify parsing of DB data, and add functions to simplify time handling code.email_attempts_limitrather than hardcoded limit🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.