mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#262 user_name, nick_name 길이 체크를 20에서 40으로
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5f7ac19fad
commit
ef3c8bea9d
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<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="80"/>
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20"/>
|
||||
<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"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<node target="user_id" required="true" minlength="2" maxlength="80" filter="userid" />
|
||||
<node target="password1" required="true" minlength="6" maxlength="20" />
|
||||
<node target="password2" required="true" minlength="6" maxlength="20" equalto="password1" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20" />
|
||||
<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"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<filter name="insert" module="member" act="procMemberAdminInsert" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit" >
|
||||
<form>
|
||||
<node target="user_id" required="true" minlength="2" maxlength="80" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20" />
|
||||
<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"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue