Skip to content

Commit

Permalink
#180 설치시 아이디 validation check
Browse files Browse the repository at this point in the history
  • Loading branch information
khongchi committed Jan 2, 2014
1 parent 9f5d097 commit 7aa6d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/install/ruleset/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion modules/install/tpl/admin_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7aa6d8d

Please sign in to comment.