#270 모바일스킨에 비밀번호 보안수준 옵션 설정 기능 적용

This commit is contained in:
khongchi 2014-01-14 16:23:03 +09:00
parent 1212855b2c
commit 46900dfc8b
3 changed files with 14 additions and 3 deletions

View file

@ -6,13 +6,14 @@
<div class="hx h2">
<h2>{$lang->cmd_signup}</h2>
</div>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/m.skin/default/signup_form/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/default/modify_info/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="@insertMember" id="fo_insert_member" class="ff" action="./" method="post" enctype="multipart/form-data">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberInsert" />
<input type="hidden" name="xe_validator_id" value="modules/member/m.skin/default/signup_form/1" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/default/modify_info/1" />
<input type="hidden" name="success_return_url" value="{getUrl('act','dispMemberInfo')}" />
<!--@if(!$is_logged && $member_config->agreement)-->
<div class="agreement">
<div class="text">
@ -32,6 +33,7 @@
<li>
<label for="password">{$lang->password} <em style="color:red">*</em></label>
<input type="password" name="password" id="password" value=""/>
<p class="help-inline">{$lang->about_password_strength[$member_config->password_strength]}</p>
</li>
<li>
<label for="password2">{$lang->password3} <em style="color:red">*</em></label>