Bugfix reset

This commit is contained in:
“VeLiTi”
2024-03-22 15:31:32 +01:00
parent 4614040bc6
commit ca693ba182

View File

@@ -91,10 +91,11 @@ if (isset($_POST['resetkey']) && $_POST['resetkey'] !='' && $_POST['password_upd
}
$username_err = 'You will be redirected';
}
} else {
$username_err = 'Passwords do not match';
$reset_id_valid = 1;
}
else {
$username_err = 'Passwords do not match';
$reset_id_valid = 1;
}
}
}