git-svn-id: http://xe-core.googlecode.com/svn/trunk@1544 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-04 06:23:32 +00:00
parent 5328904729
commit 1e3b319b7f
4 changed files with 26 additions and 3 deletions

View file

@ -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">

View file

@ -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>