Skip to content
Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacionelson committed Nov 17, 2020
1 parent 44e91df commit 4402047
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reset-password.php
Expand Up @@ -55,6 +55,11 @@
}
}

/** Fix CVE-2020-28874 */
if (!empty($errorstate)) {
unset($user_data);
}

/** The form was submitted */
if ($_POST) {
/**
Expand Down

0 comments on commit 4402047

Please sign in to comment.