diff options
| author | ivan <ivan> | 2003-09-05 07:55:38 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2003-09-05 07:55:38 +0000 | 
| commit | 26ff2b45ce893fa83baffc60dea898df887e7b1d (patch) | |
| tree | a2200bfb21b54566008f0cde1e1990d80b629164 /FS/bin/freeside-setup | |
| parent | 28a9780a3b11b544ee6d854a4847d3e65a9aeb4e (diff) | |
svc_acct._password from 50 to 72 for blowfish passwords
Diffstat (limited to 'FS/bin/freeside-setup')
| -rwxr-xr-x | FS/bin/freeside-setup | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 2cb555e18..197542086 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -776,7 +776,7 @@ sub tables_hash_hack {        'columns' => [          'svcnum',    'int',    '',   '',          'username',  'varchar',   '',   $username_len, #unique (& remove dup code) -        '_password', 'varchar',   '',   50, #13 for encryped pw's plus ' *SUSPENDED* (mp5 passwords can be 34) +        '_password', 'varchar',   '',   72, #13 for encryped pw's plus ' *SUSPENDED* (md5 passwords can be 34, blowfish 60)          'sec_phrase', 'varchar',  'NULL',   $char_d,          'popnum',    'int',    'NULL',   '',          'uid',       'int', 'NULL',   '',  | 
