{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}

Single Sign-On disabled

{{ provider.name }} Single Sign-On has been disabled for the {{ organization.name }} organization.

{% if has_password %}

You can now login using your email {{ email }}, and password. If you forgot your password you can always reset it.

{% else %}

You can now login using your email {{ email }}, however you'll first have to set a password for your account.

Set your password

{% endif %}

SSO was disabled by {{ actor_email }}

{% endblock %}