{% extends "page.html" %} {% block main %}

Authorization area

{% if ask_email %}{% endif %} {% for user in users %} {% if user.is_authorized %} {% if ask_email %}{% endif %} {% else %} {% if ask_email %}{% endif %} {% endif %} {% endfor %}
UsernameEmail2FA Authorized Actions
{{ user.username }}{{ user.email }}{{ user.has_2fa }} Yes Unauthorize Change password
{{ user.username }}{{ user.email }}{{ user.has_2fa }} No Authorize Change password {% if user.username not in hub_usernames %} Discard {% endif %}
{% endblock %}