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