mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
[Reset Password] Update Custom orgs for UseResetPassword (#1399)
* [Reset Password] Update Custom orgs for UseResetPassword * Improved script content
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
-- For Enterprise (annual/monthly) and Custom (internal) orgs, enable potential use of UseResetPassword
|
||||
UPDATE
|
||||
[dbo].[Organization]
|
||||
SET
|
||||
[UseResetPassword] = (CASE WHEN [PlanType] IN (10, 11, 6) THEN 1 ELSE [UseResetPassword] END)
|
||||
GO
|
Reference in New Issue
Block a user