feat: RBAC + SAML support

This commit is contained in:
Markos Gogoulos
2025-04-05 12:44:21 +03:00
committed by GitHub
parent 8fecccce1c
commit 05414f66c7
158 changed files with 6423 additions and 106 deletions

View 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 %}