mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #990 회원관리에서 정보수정시 자동으로 비밀번호 추가하는 문제 개선
This commit is contained in:
parent
de1f69a671
commit
f8e00fac76
1 changed files with 2 additions and 2 deletions
|
|
@ -36,13 +36,13 @@
|
|||
<div cond="$member_srl" class="x_control-group">
|
||||
<label class="x_control-label" for="password"><em style="color:red">*</em> {$lang->password}</label>
|
||||
<div class="x_controls">
|
||||
<input id="password" type="password" name="reset_password" value="" />
|
||||
<input id="password" type="password" name="reset_password" value="" autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
<div cond="!$member_srl" class="x_control-group">
|
||||
<label class="x_control-label" for="password"><em style="color:red">*</em> {$lang->password}</label>
|
||||
<div class="x_controls">
|
||||
<input id="password" type="text" name="password" value="" />
|
||||
<input id="password" type="text" name="password" value="" autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
<div loop="$formTags=>$formTag" class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue