X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=004c4213340deacb90184b589538002f71ef7cbf;hb=3cdf7e4e0b9f2b1ad44a45e1ab974f7a87372700;hp=b30713356b43d111da9158244e33c05a840208bb;hpb=51383e090e0e49c31a0f4a942a10f242b4061be2;p=freeside.git diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index b30713356..004c42133 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -64,7 +64,7 @@ tie my %options, 'Tie::IxHash', }, 'crypt' => { label => 'Default password encryption', type=>'select', options=>[qw(crypt md5 sha512)], - default => 'md5', + default => 'sha512', }, 'fail_on_output' => { label => 'Treat any output from the command as an error',