Browse Source
* [Reset Password] Update Custom orgs for UseResetPassword * Improved script contentpull/1401/head
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -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 |
||||
Loading…
Reference in new issue