#180 설치시 아이디 validation check

This commit is contained in:
khongchi 2014-01-02 19:34:47 +09:00
parent 9f5d097728
commit 7aa6d8d116
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -6,7 +6,7 @@
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form rule="install" action="./" method="post" class="x_form-horizontal">
<form ruleset="install" action="./" method="post" class="x_form-horizontal">
<input type="hidden" name="act" value="procInstall" />
<div class="x_control-group">
<label for="aMail" class="x_control-label"><strong>*</strong> {$lang->email_address}</label>