diff -r 1f97ee3ec614 -r bd9e124f5904 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Sun Sep 05 16:05:06 2010 -0400 +++ b/plugins/SpecialUserFuncs.php Sun Sep 05 16:05:33 2010 -0400 @@ -1458,7 +1458,7 @@ return false; } } - if ( getConfig('pw_strength_enable') == '1' ) + if ( getConfig('pw_strength_enable') == 1 ) { $min_score = intval(getConfig('pw_strength_minimum')); $inp_score = password_score($data); @@ -1513,6 +1513,7 @@ generate_aes_form(); ?> + aes_javascript('resetform', 'pass', 'use_crypt', 'crypt_key', 'crypt_data', 'challenge_data', 'dh_supported', 'dh_public_key', 'dh_client_public_key'); $template->footer(); return true;