{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}
{{ 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.
{% endif %}SSO was disabled by {{ actor_email }}
{% endblock %}