UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 01:54:46 +0000 (09:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 01:54:46 +0000 (09:54 +0800)
UpdateDatabase.php

index 22f7dd1..7aa9039 100644 (file)
@@ -94,10 +94,13 @@ class Pman_Core_UpdateDatabase extends Pman
         'ADMIN_PASSWORD_RESET' => array(
             'bcc_group' => 'Administrators',
             'test_class' => 'Pman/Core/DataObjects/Core_person',
         'ADMIN_PASSWORD_RESET' => array(
             'bcc_group' => 'Administrators',
             'test_class' => 'Pman/Core/DataObjects/Core_person',
-            'to_group' => 'Review Submission Group',
-            'active' => 0,
-            'description' => '3. Application submitted - email to admin with deposit slip'
-        ),
+            'to_group' => '',
+            'active' => 1,
+            'description' => '99. Management System Password Reset'
+            
+        )
+    );
+    
     static function cli_opts()
     {
         
     static function cli_opts()
     {