mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 51 email check rule modified.(length check)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8576 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c44583f122
commit
9fdf9dbbe5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
<field name="password2" required="true" length="1:20" equalto="password" />
|
||||
<field name="user_name" required="true" length="2:20" />
|
||||
<field name="nick_name" required="true" length="2:20" />
|
||||
<field name="email_address" required="true" length="1:20" rule="email" />
|
||||
<field name="email_address" required="true" length="1:200" rule="email" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue