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