mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue