mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 04:14:41 -05:00
[Reset Password v1] Fixed ForcePasswordReset migration script (#1484)
This commit is contained in:
@ -11,7 +11,7 @@ GO
|
|||||||
UPDATE
|
UPDATE
|
||||||
[dbo].[User]
|
[dbo].[User]
|
||||||
SET
|
SET
|
||||||
[ForcePasswordReset] = FALSE
|
[ForcePasswordReset] = 0
|
||||||
WHERE
|
WHERE
|
||||||
[ForcePasswordReset] IS NULL
|
[ForcePasswordReset] IS NULL
|
||||||
GO
|
GO
|
||||||
|
Reference in New Issue
Block a user