{% extends '__layout__.html' %} {% block title %}Settings{% endblock %} {% block head %} {% endblock %} {% block content %}

Account Settings

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Username: {{currentuser.username}}

Edit Username

Password: ************

Edit Password

Authenticator App Authentication: {% if TOTPenabled: %}Enabled{% else %}Disabled{% endif %}

{% if not TOTPenabled: %}{% endif %}

Theme

Discord Account: {% if DiscordUserInfoObj != None: %}{{DiscordUserInfoObj.Username}}#{{DiscordUserInfoObj.Discriminator}} ({{DiscordUserInfoObj.UserId}}){%else%}Not Linked{%endif%}

{% if DiscordUserInfoObj == None: %}{%else%}
{% endif %}
Description
{% endblock %}