summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-09-05 07:55:36 +0000
committerivan <ivan>2003-09-05 07:55:36 +0000
commit67cc182b29befd229ee767b287be904cb0f898e1 (patch)
treec071916b2161b793bddbdb71a3164505e2d08144
parentcf5f13a5945e6973ca7296cfdb75370a8f85e1dd (diff)
svc_acct._password from 50 to 72 for blowfish passwords
-rwxr-xr-xFS/bin/freeside-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup
index 797c1b147..fe41da7b6 100755
--- a/FS/bin/freeside-setup
+++ b/FS/bin/freeside-setup
@@ -767,7 +767,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', '',