<filter name="modify_info" module="member" act="procMemberModifyInfo" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit">
    <form>
        <node target="user_name" required="true" minlength="2" maxlength="40" />
        <node target="nick_name" required="true" minlength="2" maxlength="40" />
        <node target="email_address" required="true" minlength="1" maxlength="200" filter="email" />
		<node target="find_account_question" required="true" />
		<node target="find_account_answer" required="true" maxlength="250" />
    </form>
    <parameter>
        <param name="accept_agreement" target="accept_agreement" />
        <param name="user_name" target="user_name" />
        <param name="nick_name" target="nick_name" />
        <param name="nick_name" target="nick_name" />
        <param name="find_account_question" target="find_account_question" />
        <param name="find_account_answer" target="find_account_answer" />
        <param name="blog" target="blog" />
        <param name="birthday" target="birthday" />
        <param name="allow_mailing" target="allow_mailing" />
        <param name="email_address" target="email_address" />
        <param name="signature" target="signature" />
    </parameter>
    <response callback_func="completeModify">
        <tag name="error" />
        <tag name="message" />
    </response>
</filter>
