modify login template
This commit is contained in:
parent
85843c42b8
commit
010c30cc0c
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue