Skip to content

Commit f93f106

Browse files
committedJan 21, 2012
Removed extraneous call to user_reset_password()
This should have been removed as part of 42e29db Thanks to dhx for catching this oversight. Affects #13690
1 parent 29f85ad commit f93f106

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
@@ -72,7 +72,6 @@
7272
$t_result = user_reset_failed_login_count_to_zero( $f_user_id );
7373
}
7474

75-
$t_result = user_reset_password( $f_user_id );
7675
$t_redirect_url = 'manage_user_page.php';
7776

7877
form_security_purge('manage_user_reset');

0 commit comments

Comments
 (0)
Please sign in to comment.