add sha1_base64 password encryption option to acct_sql export
[freeside.git] / FS / FS / part_export / acct_sql.pm
index 9f1ae7b..d561c80 100644 (file)
@@ -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',
                           },
 ;