mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
Allow user_id shorter than 2 characters #1151
This commit is contained in:
parent
329ec0cfd4
commit
6e52abc41a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="user_id" required="true" length="3:20" />
|
||||
<field name="user_id" required="true" length="2:20" />
|
||||
<field name="user_name" required="true" length="2:40" />
|
||||
<field name="nick_name" required="true" length="2:40" />
|
||||
<field name="email_address" required="true" length="1:200" rule="email" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue