|
|
@@ -296,12 +296,12 @@
|
|
|
<div class="password_center">
|
|
|
<div >
|
|
|
<label for="new_pass">
|
|
|
- 新密码:<input type="text" name="type" id="new_pass" placeholder="请输入您的新密码..."/>
|
|
|
+ 新密码:<input type="password" name="type" id="new_pass" placeholder="请输入您的新密码..."/>
|
|
|
</label>
|
|
|
</div>
|
|
|
<div >
|
|
|
<label for="new_pass_again">
|
|
|
- 确认密码:<input type="text" name="type" id="new_pass_again" placeholder="请确认您的密码..."/>
|
|
|
+ 确认密码:<input type="password" name="type" id="new_pass_again" placeholder="请确认您的密码..."/>
|
|
|
</label>
|
|
|
</div>
|
|
|
<div class="fastener">
|