Skip to content

Commit

Permalink
Removed extraneous call to user_reset_password()
Browse files Browse the repository at this point in the history
This should have been removed as part of cc61982
Thanks to dhx for catching this oversight.

Affects #13690
  • Loading branch information
dregad committed Jan 21, 2012
1 parent 88274c9 commit 44ea31f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manage_user_reset.php
Expand Up @@ -50,7 +50,6 @@
$t_result = user_reset_failed_login_count_to_zero( $f_user_id );
}

$t_result = user_reset_password( $f_user_id );
$t_redirect_url = 'manage_user_page.php';

form_security_purge('manage_user_reset');
Expand Down

0 comments on commit 44ea31f

Please sign in to comment.