{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "User" %}{% endblock %} {% block content %}
{% if user.auth_backend == "native" %}
{% trans "Merge OpenID Connect account" %} {% endif %} {% if user.require_2fa %} {% endif %} {% if user.auth_backend == "pretix_oidc" and user.auth_backend_identifier %} {% trans "Switch to password login (disable OIDC)" %} {% endif %} {% trans "Anonymize" %}{% trans "User created." %}