mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +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,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