{% extends 'users/base.html' %}
{% from 'forms/_form.html' import form_header, form_rows, form_footer %}
{% block user_content %}
{% if indico_config.LOCAL_IDENTITIES %}
{% if insecure_login_password_error %}
{% call message_box('error') %}
{% trans %}
The password you used to login is no longer secure:
{% endtrans %}
{{ insecure_login_password_error }}
{% trans %}
You need to change your password in order to keep using Indico.
{% endtrans %}
{% endcall %}
{% endif %}
{% trans %}External accounts linked with your Indico profile.{% endtrans %}
{% endif %}