{% set page_title = _("Too Many Requests") %} {% extends theme("layout.html") %} {% block content %}

{% trans %}429 - Too Many Requests{% endtrans %}

{% trans %}In order to prevent brute force attacks on accounts we have limited the amount of requests on this route.{% endtrans %}

Please try again in {{ timeout }}.

{% endblock %}