mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
#1024 fixed. Admin page. User password input type is 'text'. It sould be 'password'
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9882 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c2ec25e5b4
commit
77bda9f23e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<p class="q">{$lang->password} <em style="color:red">*</em></p>
|
||||
<p class="a">
|
||||
<input type="hidden" name="password" value="{$member_info->password}" />
|
||||
<input type="text" name="reset_password" value="" />
|
||||
<input type="password" name="reset_password" value="" />
|
||||
</p>
|
||||
</li>
|
||||
<li cond="!$member_srl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue