modify login template
This commit is contained in:
parent
85843c42b8
commit
010c30cc0c
|
@ -64,6 +64,9 @@
|
||||||
</div>
|
</div>
|
||||||
<!--/#login-content-->
|
<!--/#login-content-->
|
||||||
<div id="login-footer">
|
<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>
|
<a href="#password_reset" data-toggle="modal" data-target="#forgotPasswordModal">{% trans "Forgot your password? Click here to recover" %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /#login-wrapper -->
|
</div><!-- /#login-wrapper -->
|
||||||
|
|
Loading…
Reference in New Issue