option to limit the set of characters in random passwords, #40792
[freeside.git] / FS / FS / Upgrade.pm
index 9f7edcf..05881b9 100644 (file)
@@ -150,6 +150,12 @@ If you need to continue using the old Form 477 report, turn on the
     $conf->delete('voip-cust_email_csv_cdr') ;
   }
 
+  if ( !$conf->config('password-generated-characters') ) {
+    my $pw_set = 
+      'abcdefghijkmnpqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ23456789()#.,' ;
+    $conf->set('password-generated-characters', $pw_set);
+  }
+
 }
 
 sub upgrade_overlimit_groups {