{% extends "base.html" %} {% block title %}IP Bans{% endblock %} {% block content %}

IP Bans

Auto-Ban Settings

Automatically bans an IP that fails to log in too many times in a row. Applies to the web login form.

{% for r in rows %} {% else %} {% endfor %}
CIDRReasonByWhenExpires
{{ r.cidr }} {{ r.reason or '' }} {{ r.banned_by.username if r.banned_by else '?' }} {{ r.created_at.strftime('%Y-%m-%d') }} {{ r.expires_at.strftime('%Y-%m-%d') if r.expires_at else 'never' }}
No active bans.
{% endblock %}