1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

Password re-prompt (#1269)

* Add support for password re-prompt
This commit is contained in:
Oscar Hinton
2021-04-29 15:43:44 +02:00
committed by GitHub
parent 17db94190e
commit 2054e5a926
11 changed files with 229 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ SELECT
THEN NULL
ELSE TRY_CONVERT(UNIQUEIDENTIFIER, JSON_VALUE(C.[Folders], CONCAT('$."', @UserId, '"')))
END [FolderId],
C.[DeletedDate]
C.[DeletedDate],
C.[Reprompt]
FROM
[dbo].[Cipher] C