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:
@ -1040,6 +1040,9 @@ namespace Bit.MySqlMigrations.Migrations
|
||||
b.Property<string>("ExcludedGlobalEquivalentDomains")
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<bool>("ForcePasswordReset")
|
||||
.HasColumnType("tinyint(1)");
|
||||
|
||||
b.Property<byte?>("Gateway")
|
||||
.HasColumnType("tinyint unsigned");
|
||||
|
||||
|
Reference in New Issue
Block a user