mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #1653] [MERGED] Add support for password reprompt #2988
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2988
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.