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