{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Merge OpenID Connect account" %}{% endblock %} {% block content %}

{% trans "Merge OpenID Connect account" %}

{% blocktrans trimmed with email=target_user.email %} Merge an existing OpenID Connect user account into the native pretix account {{ email }}. The native account will receive the OpenID Connect email address, team memberships from both accounts will be combined, and the OpenID Connect account will be anonymized. {% endblocktrans %}

{% if form.oidc_user.field.queryset %}
{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% else %}
{% trans "There are no active OpenID Connect accounts available to merge." %}
{% endif %} {% endblock %}