mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 12:59:41 -05:00
feat: RBAC + SAML support
This commit is contained in:
14
templates/socialaccount/authentication_error.html
Normal file
14
templates/socialaccount/authentication_error.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "socialaccount/base_entrance.html" %}
|
||||
{% load i18n %}
|
||||
{% load allauth %}
|
||||
{% block head_title %}
|
||||
{% trans "Third-Party Login Failure" %}
|
||||
{% endblock head_title %}
|
||||
{% block content %}
|
||||
{% element h1 %}
|
||||
{% trans "Third-Party Login Failure" %}
|
||||
{% endelement %}
|
||||
{% element p %}
|
||||
{% trans "An error occurred while attempting to login via your third-party account." %}
|
||||
{% endelement %}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user