public UserController::resetPassLogin($uid, $timestamp, $hash)
Validates user, hash, and timestamp; logs the user in if correct.
Parameters
int $uid: User ID of the user requesting reset.
int $timestamp: The current timestamp.
string $hash: Login link hash.
Return value
\Symfony\Component\HttpFoundation\RedirectResponse Returns a redirect to the user edit form if the information is correct. If the information is incorrect redirects to 'user.pass' route with a message for the user.
Throws
\Sy