mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5328904729
commit
1e3b319b7f
4 changed files with 26 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
<filter name="modify_password" module="member" act="procMemberModifyPassword" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="current_password" required="true" minlength="1" maxlength="50" />
|
||||
<node target="password1" required="true" minlength="6" maxlength="20" />
|
||||
<node target="password2" required="true" minlength="6" maxlength="20" equalto="password1" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="current_password" target="current_password" />
|
||||
<param name="password" target="password1" />
|
||||
</parameter>
|
||||
<response callback_func="completeModify">
|
||||
|
|
|
|||
|
|
@ -20,6 +20,12 @@
|
|||
{$member_info->user_id}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->current_password}</th>
|
||||
<td>
|
||||
<input type="password" name="current_password" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="3">{$lang->password1}</th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue