X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fpasswdfile.pm;h=6713c8d82730281c727269e1fd94c5d31ea242ab;hp=2978d250360b40c382e139c89d8f8da22ce08ac7;hb=197f613bac6c3f9a4bd7d1ea5fbf4769aea4ce1a;hpb=603d84b691c7496bb2ec1cddc549fcc7b80e3e38 diff --git a/FS/FS/part_export/passwdfile.pm b/FS/FS/part_export/passwdfile.pm index 2978d2503..6713c8d82 100644 --- a/FS/FS/part_export/passwdfile.pm +++ b/FS/FS/part_export/passwdfile.pm @@ -9,8 +9,8 @@ use FS::part_export::null; tie %options, 'Tie::IxHash', 'crypt' => { label=>'Password encryption', - type=>'select', options=>[qw(crypt md5)], - default=>'crypt', + type=>'select', options=>[qw(crypt md5 sha512)], + default=>'md5', }, ;