X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=004c4213340deacb90184b589538002f71ef7cbf;hb=ffa18709ee8a4d05e18d2d406cf73afe79e52524;hp=b30713356b43d111da9158244e33c05a840208bb;hpb=197f613bac6c3f9a4bd7d1ea5fbf4769aea4ce1a;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',