1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-15 08:03:56 +00:00

Add support for password reprompt

Upstream PR: https://github.com/bitwarden/server/pull/1269
This commit is contained in:
Jeremy Lin 2021-05-01 01:06:06 -07:00
parent e9ee8ac2fa
commit a9a5706764
11 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE ciphers
ADD COLUMN reprompt INTEGER;