{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}pretalx Social Auth plugin Settings :: {% endblock extra_title %} {% block content %}
| {% trans "Provider Name" %} | {% trans "Backend" %} | {% trans "Implementation" %} |
|---|---|---|
| {{ idp.name }} | {{ idp.backend_name }} |
{{ idp.module }}.{{ idp.class }} |
{% trans "The TRUST_IDP_EMAILS setting controls whether users can be automatically linked to existing accounts based on email addresses." %}
{% trans "To enable email trust, add this to your pretalx.cfg:" %}
[plugin:pretalx_sso] TRUST_IDP_EMAILS=true{% else %}
{% trans "No identity providers are currently configured. Add backends to the [authentication] section in your pretalx.cfg file." %}