[PR #6240] [MERGED] Fix 2fa recovery endpoint #7389

Closed
opened 2026-03-07 21:16:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6240
Author: @BlackDex
Created: 8/27/2025
Status: Merged
Merged: 8/27/2025
Merged by: @dani-garcia

Base: mainHead: fix-recovery-code


📝 Commits (1)

  • 35c984f Fix 2fa recovery endpoint

📊 Changes

2 files changed (+20 additions, -4 deletions)

View changed files

📝 src/api/identity.rs (+19 -4)
📝 src/db/models/two_factor.rs (+1 -0)

📄 Description

The newer web-vaults handle the 2fa recovery code differently. This commit fixes this by adding this new flow.

Fixes #6200
Fixes #6203


🔄 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/6240 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-recovery-code` --- ### 📝 Commits (1) - [`35c984f`](https://github.com/dani-garcia/vaultwarden/commit/35c984f2ef5250ce080953538038307a53aca62e) Fix 2fa recovery endpoint ### 📊 Changes **2 files changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/api/identity.rs` (+19 -4) 📝 `src/db/models/two_factor.rs` (+1 -0) </details> ### 📄 Description The newer web-vaults handle the 2fa recovery code differently. This commit fixes this by adding this new flow. Fixes #6200 Fixes #6203 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:16:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7389