[PR #1653] [MERGED] Add support for password reprompt #6629

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1653
Author: @jjlin
Created: 5/1/2021
Status: Merged
Merged: 5/12/2021
Merged by: @dani-garcia

Base: mainHead: password-reprompt


📝 Commits (1)

  • a9a5706 Add support for password reprompt

📊 Changes

11 files changed (+20 additions, -0 deletions)

View changed files

migrations/mysql/2021-04-30-233251_add_reprompt/down.sql (+0 -0)
migrations/mysql/2021-04-30-233251_add_reprompt/up.sql (+2 -0)
migrations/postgresql/2021-04-30-233251_add_reprompt/down.sql (+0 -0)
migrations/postgresql/2021-04-30-233251_add_reprompt/up.sql (+2 -0)
migrations/sqlite/2021-04-30-233251_add_reprompt/down.sql (+0 -0)
migrations/sqlite/2021-04-30-233251_add_reprompt/up.sql (+2 -0)
📝 src/api/core/ciphers.rs (+2 -0)
📝 src/db/models/cipher.rs (+9 -0)
📝 src/db/schemas/mysql/schema.rs (+1 -0)
📝 src/db/schemas/postgresql/schema.rs (+1 -0)
📝 src/db/schemas/sqlite/schema.rs (+1 -0)

📄 Description

Upstream PR: https://github.com/bitwarden/server/pull/1269


🔄 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/1653 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/12/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `password-reprompt` --- ### 📝 Commits (1) - [`a9a5706`](https://github.com/dani-garcia/vaultwarden/commit/a9a5706764a98fbcda1bc6ac2e0ef5f78ea6c202) Add support for password reprompt ### 📊 Changes **11 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `migrations/mysql/2021-04-30-233251_add_reprompt/down.sql` (+0 -0) ➕ `migrations/mysql/2021-04-30-233251_add_reprompt/up.sql` (+2 -0) ➕ `migrations/postgresql/2021-04-30-233251_add_reprompt/down.sql` (+0 -0) ➕ `migrations/postgresql/2021-04-30-233251_add_reprompt/up.sql` (+2 -0) ➕ `migrations/sqlite/2021-04-30-233251_add_reprompt/down.sql` (+0 -0) ➕ `migrations/sqlite/2021-04-30-233251_add_reprompt/up.sql` (+2 -0) 📝 `src/api/core/ciphers.rs` (+2 -0) 📝 `src/db/models/cipher.rs` (+9 -0) 📝 `src/db/schemas/mysql/schema.rs` (+1 -0) 📝 `src/db/schemas/postgresql/schema.rs` (+1 -0) 📝 `src/db/schemas/sqlite/schema.rs` (+1 -0) </details> ### 📄 Description Upstream PR: https://github.com/bitwarden/server/pull/1269 --- <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:02:03 -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#6629