mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-09-26 06:19:21 +08:00
修复一些BUG
将修改密码的代码逻辑做复用处理,简化代码。
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li class="con_r_right" style="display: block;">
|
||||
<form name="resetcheck" method="post" action="" autocomplete="off">
|
||||
<form name="resetPassword" method="post" action="" autocomplete="off">
|
||||
{% csrf_token %}
|
||||
<div class="user">
|
||||
<div><span class="user-icon"></span>
|
||||
@@ -51,7 +51,7 @@
|
||||
</li>
|
||||
|
||||
<li class="con_r_left" style="display: none;">
|
||||
<form name="resetunlock" method="post" action="resetunlock" autocomplete="off">
|
||||
<form name="unlockAccount" method="post" action="unlockAccount" autocomplete="off">
|
||||
{% csrf_token %}
|
||||
<div class="user" style="height: 168px">
|
||||
<div><span class="user-icon"></span>
|
||||
|
Reference in New Issue
Block a user