users are redirected to the welcome page when changing their password

This commit is contained in:
Louis Vallat 2019-11-10 14:12:01 +01:00
parent f220852d32
commit 35f1a02db4

View File

@ -39,7 +39,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
get_user_info_from_session_id("id"),
$new_password
)) {
//header("location: welcome.php");
header("location: welcome.php");
} else {
echo "Oops! Something went wrong. Please try again later.";
}