<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">
        <tag name="error" />
        <tag name="message" />
    </response>
</filter>
