{% extends "base.html" %} {% from 'components/ui.html' import page_header %} {% block content %} {{ page_header( icon_class='fas fa-user-edit', title_text='Edit Profile', breadcrumbs=[ {'text': 'Profile', 'url': url_for('auth.profile')}, {'text': 'Edit'} ] ) }}
{% if current_user.get_avatar_url() %} {{ current_user.display_name }} {% else %}
{{ current_user.display_name[0:1].upper() }}
{% endif %}

PNG, JPG, GIF, or WEBP up to 5MB.

{% if current_user.has_avatar() %} {% endif %}
{% if requires_password %}
{% endif %}
Cancel

{{ _('Security') }}

{{ _('Manage two-factor authentication for your account.') }}

{{ _('Two-factor authentication') }}
{% endblock %}