modify login template

This commit is contained in:
Cayo Puigdefabregas 2023-09-27 13:57:36 +02:00
parent 85843c42b8
commit 010c30cc0c
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@
</div>
<!--/#login-content-->
<div id="login-footer">
{% if oidc_provider %}
<a href="{{ oidc_provider }}">{% trans "Identification with SSO" %}</a><br />
{% endif %}
<a href="#password_reset" data-toggle="modal" data-target="#forgotPasswordModal">{% trans "Forgot your password? Click here to recover" %}</a>
</div>
</div><!-- /#login-wrapper -->