{% extends "base.html" %} {% block title %}Settings - FINA{% endblock %} {% block body %}

Settings

Profile Avatar

Current Avatar

PNG, JPG, GIF, WEBP. Max 20MB

Or choose a default avatar:

Profile Information

Change Password

Two-Factor Authentication

{% if current_user.two_factor_enabled %} 2FA is currently enabled for your account {% else %} Add an extra layer of security to your account {% endif %}

{% if current_user.two_factor_enabled %}verified_user{% else %}lock{% endif %} {% if current_user.two_factor_enabled %}Enabled{% else %}Disabled{% endif %}
{% if current_user.two_factor_enabled %} refresh Regenerate Backup Codes
{% else %} lock Enable 2FA {% endif %}
{% endblock %}