{% extends 'paxalia/base.html' %} {% load i18n %} {% block title %}{% trans "Settings" %} – Paxalia Dashboard{% endblock %} {% block page_title %}Settings{% endblock %} {% block page_subtitle %}IP anonymization, path filtering, refresh interval{% endblock %} {% block dashboard_content %}
{% csrf_token %}
{% trans "Leave empty to track all (except ignored). If set, only these paths will be logged." %}
{% trans "Requests starting with these will be completely ignored." %}
{% trans "Requests to these paths will be counted separately as bot traffic." %}
{% trans "Requests to these file types will be ignored." %}
{% trans "Paxalia Security" %}

{% trans "Administrator security" %}

{% trans "Mandatory protection" %}

{% trans "Paxalia Dashboard administrator access uses three mandatory layers: Django authentication, 2FA, and an authorized WebAuthn device. Use the security workspace to review and manage enrollment, recovery, devices, and sessions." %}

{% trans "Security Overview" %} {% trans "Authentication & 2FA" %} {% trans "Admin Devices" %} {% trans "Admin Sessions" %}
{% endblock %}