mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 23:38:36 +00:00
feat: 支持修改忘记密码重置密码的连接 (#5700)
perf: 优化代码暗示 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a id="forgot_password" href="{% url 'authentication:forgot-password' %}" style="float: right">
|
||||
<a id="forgot_password" href="{{ forgot_password_url }}" style="float: right">
|
||||
<small>{% trans 'Forgot password' %}?</small>
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user