{% set couldntDisassociateError = req.flash('couldntDisassociateError') %}
{% if couldntDisassociateError != null %}
{# modal #}
{% endblock content_main %}
{% block content_footer %}
{% endblock %}
{% block layout_footer %}
{% endblock %}
Couldn't disassociate External Account
You have not set a password and have only one External Account.
{% endif %}
{% set error = req.flash('errorMessage') %}
{% if error.length %}
{% for e in error %}
You have not set a password and have only one External Account.
Server Error occured:
{{ e }}
{% endfor %}
{% endif %}
{% set warn = req.flash('warningMessage') %}
{% if warn.length %}
{% for w in warn %}
{{ e }}
{{ w }}
{% endfor %}
{% endif %}
{% set message = req.flash('successMessage') %}
{% if message.length %}
{{ message }}
{% endif %}
| Authentication Provider |
accountId
|
{{ t('Created') }} | {{ t('Admin') }} |
|---|---|---|---|
| {{ account.providerType }} | {{ account.accountId }} | {{ account.createdAt|date('Y-m-d', account.createdAt.getTimezoneOffset()) }} |