summaryrefslogtreecommitdiff
path: root/FS/FS/Upgrade.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-23 13:35:54 -0700
committerMark Wells <mark@freeside.biz>2016-03-23 13:35:54 -0700
commitb57faabe2aab0d5272101c16385ddb252efa697d (patch)
tree1739071edefbe9e8a965d9f79d39989690dc88bf /FS/FS/Upgrade.pm
parent871700058406b65d66bfcf645e4546fafb132246 (diff)
switch to a hard list of allowed password characters, #40792
Diffstat (limited to 'FS/FS/Upgrade.pm')
-rw-r--r--FS/FS/Upgrade.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm
index bfb218f..2a480f8 100644
--- a/FS/FS/Upgrade.pm
+++ b/FS/FS/Upgrade.pm
@@ -165,12 +165,6 @@ 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);
- }
-
if ($conf->exists('unsuspendauto') && !$conf->config('unsuspend_balance')) {
$conf->set('unsuspend_balance','Zero');
$conf->delete('unsuspendauto');