| {{ __('common.no') }} | {{ __('common.username') }} @include('livewire.includes._sort-icon', ['field' => 'username']) | {{ __('user.user-id') }} @include('livewire.includes._sort-icon', ['field' => 'user_id']) | {{ __('common.ip') }} @include('livewire.includes._sort-icon', ['field' => 'ip_address']) | {{ __('common.created_at') }} @include('livewire.includes._sort-icon', ['field' => 'created_at']) |
|---|---|---|---|---|
| {{ $failedLogin->id }} |
@if ($failedLogin->user_id === null)
{{ $attempt->username }}
@else
|
{{ $failedLogin->user_id ?? 'Not found' }} | {{ $failedLogin->ip_address }} | |
| No failed logins | ||||
| {{ __('common.ip') }} | Count | Most recent |
| {{ $failedLogin->ip_address }} | {{ $failedLogin->login_attempts }} | |
| No IPs with more than 5 failed logins | ||