Skip to content
Permalink
Browse files Browse the repository at this point in the history
Password token date was not removed
  • Loading branch information
trasher committed Mar 12, 2019
1 parent a3ab29c commit 86a43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/user.class.php
Expand Up @@ -4515,7 +4515,7 @@ public function updateForgottenPassword(array $input) {
}
$input2 = [
'password_forget_token' => '',
'password_forget_token_date' => null,
'password_forget_token_date' => 'NULL',
'id' => $this->fields['id']
];
$this->update($input2);
Expand Down

0 comments on commit 86a43ae

Please sign in to comment.