diff --git a/login_reset.php b/login_reset.php index 9c7b62b..549316b 100644 --- a/login_reset.php +++ b/login_reset.php @@ -87,7 +87,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') // Is the token valid? $user = $db->password_reset_validate ($token, $new_password); - header ('Location: ./'); + header ('Location: ./login'); exit (); } }