{% extends "base_settings_page.html" %} {% block content %}
This username is valid
This username is already taken.
{% if u.has_two_factor() %}
Two factor authentication If you uncheck a factor, it will be DELETED {% for f in u.two_factor %}
{% endfor %}
{% endif %} {% if !u.last_successful_2fa.is_empty() %}
Last successful 2FA authentications
{% endif %}
Authorized authentication sources
{% for prov in providers %}
{% endfor %}
Granted clients
{% for c in clients %}
{% endfor %}
{% endblock content %}