1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05: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

@ -9,6 +9,10 @@
<EmbeddedResource Include="DbScripts\**\*.sql" />
</ItemGroup>
<ItemGroup>
<None Remove="DbScripts\2021-04-13_00_CipherPasswordPrompt.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="dbup-sqlserver" Version="4.4.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.6" />