sha512 crypt() export
[freeside.git] / FS / FS / part_export / shellcommands_withdomain.pm
index 29715b7..004c421 100644 (file)
@@ -63,8 +63,8 @@ tie my %options, 'Tie::IxHash',
                  type  => 'checkbox',
            },
   'crypt' => { label   => 'Default password encryption',
-               type=>'select', options=>[qw(crypt md5)],
-               default => 'crypt',
+               type=>'select', options=>[qw(crypt md5 sha512)],
+               default => 'sha512',
              },
   'fail_on_output' => {
       label => 'Treat any output from the command as an error',