{% extends '../layout/2column.html' %} {% block html_title %}{{ t('Password Settings') }} ยท {{ path }}{% endblock %} {% block content_head %}
{% endblock %} {% block content_main %}
{% set message = req.flash('successMessage') %} {% if message.length %}
{{ message }}
{% endif %} {% if req.form.errors.length > 0 %}
    {% for error in req.form.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %} {{ t('External Accounts') }} {% for account in externalAccounts %} {% endfor %}
Authentication Provider accountId {{ t('Created') }} {{ t('Admin') }}
{{ account.providerType }} {{ account.accountId }} {{ account.createdAt|date('Y-m-d', account.createdAt.getTimezoneOffset()) }}
{# end of .btn-group #}
{{ t('External Accounts') }}

{{ t('page_register.form_help.password') }}

{% endblock content_main %} {% block content_footer %} {% endblock %} {% block footer %} {% endblock %}