mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Fix #927 use password input in admin member modify screen
This commit is contained in:
parent
1be8ee18a3
commit
38fa335bce
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
<div cond="$member_srl" class="x_control-group">
|
<div cond="$member_srl" class="x_control-group">
|
||||||
<label class="x_control-label" for="password"><em style="color:red">*</em> {$lang->password}</label>
|
<label class="x_control-label" for="password"><em style="color:red">*</em> {$lang->password}</label>
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<input id="password" type="text" name="reset_password" value="" />
|
<input id="password" type="password" name="reset_password" value="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div cond="!$member_srl" class="x_control-group">
|
<div cond="!$member_srl" class="x_control-group">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue