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

@@ -10,7 +10,7 @@
<p>If you have not created an account yet, then please <a href="{{ signup_url }}">sign up</a> first.</p>
<form class="login" method="POST" action="{% url 'account_login' %}">
<form class="login" method="POST" action="{% url 'login_system' %}">
{% csrf_token %}
{{ form.as_p }}
{% if redirect_field_value %}