issue 1007 fixed that validate check 'find password answer' when adding member on admin.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-03-05 09:37:48 +00:00
parent 206ded7cf9
commit 0a8d9c2541
4 changed files with 17 additions and 8 deletions

View file

@ -9,5 +9,7 @@
<if test="!$member_srl" attr="length" value="3:20" />
</field>
<field name="nick_name" required="true" />
<field name="find_account_question" required="true" />
<field name="find_account_answer" required="true" length=":250" />
</fields>
</ruleset>