Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44ea31f

Browse files
committedJan 21, 2012
Removed extraneous call to user_reset_password()
This should have been removed as part of cc61982 Thanks to dhx for catching this oversight. Affects #13690
1 parent 88274c9 commit 44ea31f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎manage_user_reset.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$t_result = user_reset_failed_login_count_to_zero( $f_user_id );
5151
}
5252

53-
$t_result = user_reset_password( $f_user_id );
5453
$t_redirect_url = 'manage_user_page.php';
5554

5655
form_security_purge('manage_user_reset');

0 commit comments

Comments
 (0)
Please sign in to comment.