Fixed password reset redirect.
This commit is contained in:
parent
de8670087a
commit
7af8944314
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue