{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
System security

Security Center

Review configuration risks, recent security events, and unlock sensitive administrator actions.

Checks{{ count($checks) }}
Recent events{{ count($events) }}

Security checks

{% foreach $checks as $check %}
{{ $check['name'] }}{{ $check['detail'] }}{{ $check['ok']?'PASS':strtoupper($check['status']) }}
{% endforeach %}

Re-authenticate administrator

Unlock destructive and write-level developer actions for ten minutes.

Recent security events

{% foreach $events as $event %}{% endforeach %}
EventMemberIPDate
{{ $event['event_type'] }}{{ $event['username']?:'Guest/system' }}{{ $event['ip_address'] }}{{ $event['created_at'] }}
{% include 'admin/partials/footer.html' %}