$auth->track()
Tracks a login
$auth->track(string $email, bool $triggerHook = true): boolParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $email * | string | – | |
| $triggerHook | bool | true | If false, no user.login:failed hook is triggered | 
Return type
bool