mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
feat: RBAC + SAML support
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user