Fix not to output the encrypted password

This commit is contained in:
BJRambo 2016-07-05 15:42:32 +09:00
parent 43d58ba0dc
commit a1884ff568
2 changed files with 25 additions and 16 deletions

View file

@ -36,7 +36,6 @@
<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 type="hidden" name="password" value="{$member_info->password}" />
<input id="password" type="text" name="reset_password" value="" />
</div>
</div>