{% extends "page.html" %} {% block main %}
| Username | {% if ask_email %}2FA | Authorized | Actions | |
|---|---|---|---|---|
| {{ user.username }} | {% if ask_email %}{{ user.email }} | {% endif %}{{ user.has_2fa }} | Yes | Unauthorize Change password |
| {{ user.username }} | {% if ask_email %}{{ user.email }} | {% endif %}{{ user.has_2fa }} | No | Authorize Change password {% if user.username not in hub_usernames %} Discard {% endif %} |