Account Settings
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{% endfor %}
{% endif %}
{% endwith %}
Username: {{currentuser.username}}
Edit UsernamePassword: ************
Edit PasswordAuthenticator 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%}