$auth->login2fa()
Login a user by email, password and auth challenge
Parameters
Name | Type | Default |
---|---|---|
$email * | string |
– |
$password * | string |
– |
$long | bool |
false |
Return type
Exceptions
Type | Description |
---|---|
Kirby\Exception\PermissionException |
If the rate limit was exceeded or if any other error occurred with debug mode off |
Kirby\Exception\NotFoundException |
If the email was invalid |
Kirby\Exception\InvalidArgumentException |
If the password is not valid (via $user->login() ) |