mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
#180 설치시 아이디 validation check
This commit is contained in:
parent
9f5d097728
commit
7aa6d8d116
2 changed files with 2 additions and 1 deletions
|
|
@ -7,5 +7,6 @@
|
|||
<field name="password" required="true" length="1:20" />
|
||||
<field name="password2" required="true" length="1:20" equalto="password" />
|
||||
<field name="nick_name" required="true" length="2:20" />
|
||||
<field name="user_id" required="true" length="2:20" rule="userid" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue