Fixed password reset redirect.

This commit is contained in:
flash 2018-10-07 20:46:18 +02:00
parent de8670087a
commit 7af8944314

View file

@ -143,7 +143,7 @@ switch ($authMode) {
throw new UnexpectedValueException('Verification code invalidation failed.');
}
header('Location: /auth.php?m=login&u=' . $resetUser['username']);
header('Location: /auth.php?m=login&u=' . $resetUser['user_id']);
break;
}