Review roles, security status, login history and linked member information.
Account Status
Roles
Failed Logins
Last Login
Current Activity
{{ $user->email }}
Last Successful Login
{{ $user->last_login_at ? $user->last_login_at->format('d M Y, h:i A') : 'Never logged in' }}
Last Login IP
{{ $user->last_login_ip ?: 'Not recorded' }}
Last Activity
{{ $user->last_activity_at ? $user->last_activity_at->format('d M Y, h:i A') : 'No activity recorded' }}
Password Last Changed
{{ $user->password_changed_at ? $user->password_changed_at->format('d M Y, h:i A') : 'Not recorded' }}
Failed Login Attempts
{{ number_format($user->failed_login_attempts ?? 0) }}
Account Lock
@if($user->isLocked()) Locked until {{ $user->locked_until->format('d M Y, h:i A') }} @else Account is not locked @endif
Recent audit records connected to this user.
{{ $activityLog->description }}
{{ $user->member->first_name }} {{ $user->member->last_name }}
{{ $user->member->member_id ?: 'No member ID' }}
{{ $user->member->email ?: 'No email' }}
{{ $user->member->phone ?: 'No phone' }}
@elseThis account is not linked to a church member.
{{ ucwords( str_replace( ['-', '_'], ' ', $role->name ) ) }}
{{ $role->permissions->count() }} permission(s)
No roles assigned.
@endforelseAdministrator
{{ $user->creator?->name ?: 'System' }}
Created Date
{{ $user->created_at?->format('d M Y, h:i A') }}
Password resets generate a temporary password and require the user to create a new secure password at the next login.