{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Switch to password login" %}{% endblock %} {% block content %}

{% trans "Switch to password login" %}

{% blocktrans trimmed with email=source_user.email %} {{ email }} currently signs in with OpenID Connect. Set a password below to switch this account to native email/password login. OpenID Connect sign-in will be disabled for this user. Teams, email, and account history stay on this account. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}