sha512 crypt() export
[freeside.git] / FS / FS / part_export / passwdfile.pm
index 6713c8d..0ee7212 100644 (file)
@@ -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',
              },
 ;