{% extends "admin/base.html" %} {% block title %}Connections · bragi admin{% endblock %} {% block content %}
Link an external account to sign in with it. You always keep at least one way in, so your last sign-in method can't be unlinked.
{% if not providers %}No sign-in providers are configured.
{% else %}| Provider | Status | |
|---|---|---|
| {{ p.label }} |
{% if p.identity %}
Linked{% if p.identity.provider_username %} as
{{ p.identity.provider_username }}{% endif %}
{% else %}
Not linked
{% endif %}
|
{% if p.identity %} {% else %} Link {% endif %} |