diff -Naur lang_original/en_utf8/auth.php lang/en_utf8/auth.php --- lang_original/en_utf8/auth.php 2009-03-30 10:59:28.000000000 -0400 +++ lang/en_utf8/auth.php 2010-02-27 12:46:45.000000000 -0500 @@ -392,6 +392,8 @@ $string['instructions'] = 'Instructions'; $string['internal'] = 'Internal'; $string['md5'] = 'MD5 hash'; +$string['md5plussalt']='Zen Cart (MD5 in Hash:Salt format)'; +$string['django']='Django (Alg\$Salt\$Hash format)'; $string['nopasswordchange'] = 'Password can not be changed'; $string['nopasswordchangeforced'] ='You cannot proceed without changing your password, however there is no available page for changing it. Please contact your Moodle Administrator.'; $string['passwordhandling'] = 'Password field handling';