mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
[Reset Password v1] Update DB for Forced Reset (#1467)
* [Reset Password v1] Force Temp Password Changes * Updated EF migrations/scripts * Updating user sprocs with default bit value
This commit is contained in:
@ -1049,6 +1049,9 @@ namespace Bit.PostgresMigrations.Migrations
|
||||
b.Property<string>("ExcludedGlobalEquivalentDomains")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<bool>("ForcePasswordReset")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<byte?>("Gateway")
|
||||
.HasColumnType("smallint");
|
||||
|
||||
|
Reference in New Issue
Block a user