mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-11 17:41:29 -05:00
[PR #1653] [MERGED] Add support for password reprompt #6629
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/1653
Author: @jjlin
Created: 5/1/2021
Status: ✅ Merged
Merged: 5/12/2021
Merged by: @dani-garcia
Base:
main← Head:password-reprompt📝 Commits (1)
a9a5706Add 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.