X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Facct_sql.pm;fp=FS%2FFS%2Fpart_export%2Facct_sql.pm;h=d561c80c13419df29a7188c3485b2d6be02c7f05;hb=ac306e4f3963dd6d46217b7bbd80259c2e0ff3ce;hp=9f1ae7b5c9e34840dde9ec2d1d4a0ed5acc121ef;hpb=6361e71971a84c4f798c2f4eef89bbd454a3cb0d;p=freeside.git diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index 9f1ae7b5c..d561c80c1 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -23,7 +23,7 @@ tie my %options, 'Tie::IxHash', }, 'primary_key' => { label => 'Database primary key' }, 'crypt' => { label => 'Password encryption', - type=>'select', options=>[qw(crypt md5)], + type=>'select', options=>[qw(crypt md5 sha1_base64)], default=>'crypt', }, ;