mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Clean up the login config screen
This commit is contained in:
parent
3b64318886
commit
4768781fd9
3 changed files with 19 additions and 44 deletions
|
|
@ -254,10 +254,7 @@ $lang->msg_answer_not_matches = 'Your answer for the question is not correct.';
|
|||
$lang->change_password_date = 'Password renewal cycle';
|
||||
$lang->about_change_password_date = 'If you set a value to this, you will be notified to change your password periodically. (If set to 0, disabled)';
|
||||
$lang->msg_change_password_date = 'You have not changed the password during %s days. For personal information protection, you need to change the password.';
|
||||
$lang->login_trial_limit1 = 'Sign in trial limit';
|
||||
$lang->login_trial_limit2 = 'Sign in trial limit';
|
||||
$lang->about_login_trial_limit1 = 'Set the number of trial limit. Limit the number of trial to sign in from a IP address.';
|
||||
$lang->about_login_trial_limit2 = 'Set the time limit to try the written times of sign in. Limit the number of trial to sign in during the span of time, from a IP address.';
|
||||
$lang->about_login_trial_limit = 'Limit the number of login attempts in a short time from the same IP address.';
|
||||
$lang->msg_kr_address = 'Search for the name of eup, myeon or dong of your address.';
|
||||
$lang->msg_kr_address_etc = 'Enter the rest of your address.';
|
||||
$lang->cmd_search_again = 'Search again';
|
||||
|
|
@ -305,7 +302,7 @@ $lang->msg_null_prohibited_id = 'Please enter an ID to prohibit.';
|
|||
$lang->msg_null_prohibited_nick_name = 'Please enter a nick name to prohibit.';
|
||||
$lang->msg_null_managed_emailhost = 'Please enter email address providers to manage. (eg.: gmail.com)';
|
||||
$lang->identifier = 'Login Identifier';
|
||||
$lang->about_identifier = 'Allow users to login using one or more different identifiers.';
|
||||
$lang->about_identifier = 'Allow users to login using one or more identifiers.<br />Please beware of country codes if you allow login by phone number.';
|
||||
$lang->msg_need_identifier = 'You need to select at least one login identifier.';
|
||||
$lang->msg_need_enabled_identifier = 'You need to select identifiers that are enabled in the signup form.';
|
||||
$lang->use_after_save = 'Use after saved';
|
||||
|
|
|
|||
|
|
@ -226,8 +226,8 @@ $lang->about_enable_find_account_question = '질문/답변을 통한 비밀번
|
|||
$lang->about_enable_ssl = '서버에서 보안접속(SSL) 지원이 될 경우 회원가입, 정보수정, 로그인 등의 개인정보가 서버로 보내질 때 SSL(https)을 이용하도록 할 수 있습니다.';
|
||||
$lang->about_limit_day = '회원 가입 후 정해진 일자동안 인증 제한을 할 수 있습니다.';
|
||||
$lang->about_limit_date = '지정한 날짜까지 로그인을 할 수 없습니다.';
|
||||
$lang->about_after_login_url = '로그인 후 이동할 URL을 정할 수 있습니다. 입력 URL이 없는 경우 해당 페이지가 유지됩니다.';
|
||||
$lang->about_after_logout_url = '로그아웃 후 이동할 URL을 정할 수 있습니다. 입력 URL이 없는 경우 해당 페이지가 유지됩니다.';
|
||||
$lang->about_after_login_url = '로그인 후 이동할 URL을 정할 수 있습니다. 입력하지 않으면 로그인 전의 페이지로 돌아갑니다.';
|
||||
$lang->about_after_logout_url = '로그아웃 후 이동할 URL을 정할 수 있습니다. 입력하지 않으면 로그아웃 전의 페이지로 돌아갑니다.';
|
||||
$lang->about_redirect_url = '회원 가입 후 이동할 페이지를 선택해 주세요. 선택된 페이지가 없는 경우 이전 페이지로 돌아갑니다.';
|
||||
$lang->about_agreement = '회원 가입 약관이 없을 경우 표시되지 않습니다.';
|
||||
$lang->about_image_name = '회원의 이름을 글자 대신 이미지로 사용할 수 있게 합니다.';
|
||||
|
|
@ -266,12 +266,9 @@ $lang->msg_question_not_allowed = '질문/답변을 통한 비밀번호 찾기
|
|||
$lang->msg_question_not_exists = '등록한 비밀번호 찾기 질문/답변이 없습니다.';
|
||||
$lang->msg_answer_not_matches = '비밀번호 찾기 질문/답변 또는 정보가 올바르지 않습니다.';
|
||||
$lang->change_password_date = '비밀번호 갱신주기';
|
||||
$lang->about_change_password_date = '일정기간이 지나면 비밀번호 변경을 하도록 유도하는 기능입니다. (사용하지 않음 : 0 입력) ';
|
||||
$lang->about_change_password_date = '일정 기간이 지나면 비밀번호를 변경하도록 유도하는 기능입니다. 사용하지 않으려면 0을 입력하십시오.';
|
||||
$lang->msg_change_password_date = '%s일 동안 비밀번호를 변경하지 않았습니다. 개인정보 보호를 위하여 비밀번호를 변경해야 합니다.';
|
||||
$lang->login_trial_limit1 = '로그인 시도 횟수 제한 횟수';
|
||||
$lang->login_trial_limit2 = '로그인 시도 횟수 제한 시간';
|
||||
$lang->about_login_trial_limit1 = '정해진 시간 안에 허용되는 로그인 횟수를 입력하십시오. 짧은 시간 동안 하나의 아이피(IP)에서 시도할 수 있는 로그인 횟수에 제한을 둡니다.';
|
||||
$lang->about_login_trial_limit2 = '지정된 횟수의 로그인을 허용하는 시간을 정하십시오. 짧은 시간 동안 하나의 아이피(IP)에서 시도할 수 있는 로그인 횟수에 제한을 둡니다. 시간은 가장 마지막 로그인 시도의 시각으로부터의 시간을 기준으로 측정합니다.';
|
||||
$lang->about_login_trial_limit = '짧은 시간 동안 하나의 아이피(IP)에서 시도할 수 있는 로그인 횟수에 제한을 둡니다.';
|
||||
$lang->msg_kr_address = '읍, 면, 동 이름으로 검색하세요.';
|
||||
$lang->msg_kr_address_etc = '나머지 주소(번지)를 입력하세요.';
|
||||
$lang->cmd_search_again = '다시 검색';
|
||||
|
|
@ -319,7 +316,7 @@ $lang->msg_null_prohibited_id = '추가할 금지 아이디를 입력해주세
|
|||
$lang->msg_null_prohibited_nick_name = '추가할 금지 닉네임을 입력해주세요.';
|
||||
$lang->msg_null_managed_emailhost = '추가할 금지 이메일 주소 제공자를 입력해주세요. (예: naver.com)';
|
||||
$lang->identifier = '로그인 방법';
|
||||
$lang->about_identifier = '여러 가지 방법으로 로그인을 허용할 수 있습니다.';
|
||||
$lang->about_identifier = '회원들이 여러 가지 방법으로 로그인할 수 있습니다.<br />전화번호 로그인을 허용하는 경우 국가코드에 유의하십시오.';
|
||||
$lang->about_public_item = '본인 외에 다른 회원에게도 노출될 정보인지 선택합니다.';
|
||||
$lang->msg_need_identifier = '최소 한 가지의 로그인 방법을 선택해야 합니다.';
|
||||
$lang->msg_need_enabled_identifier = '가입 폼에서 사용하도록 설정된 로그인 방법을 선택해야 합니다.';
|
||||
|
|
|
|||
|
|
@ -26,57 +26,38 @@
|
|||
<label class="x_control-label" for="change_password_date">{$lang->change_password_date}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="0" id="change_password_date" name="change_password_date" value="{$config->change_password_date}" /> {$lang->unit_day}
|
||||
<p class="x_help-inline">{$lang->about_change_password_date}</p>
|
||||
<p class="x_help-block">{$lang->about_change_password_date}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<p class="x_control-label">{$lang->enable_login_fail_report}</p>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline" for="enable_login_fail_report_yes"><input type="radio" name="enable_login_fail_report" id="enable_login_fail_report_yes" value="Y" checked="checked"|cond="$config->enable_login_fail_report != 'N'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="enable_login_fail_report_no"><input type="radio" name="enable_login_fail_report" id="enable_login_fail_report_no" value="N" checked="checked"|cond="$config->enable_login_fail_report == 'N'" /> {$lang->cmd_no}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group _limit" style="display:none">
|
||||
<label class="x_control-label" for="max_error_count">{$lang->login_trial_limit1}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="0" id="max_error_count" name="max_error_count" value="{$config->max_error_count}" /> {$lang->unit_count}
|
||||
<p class="x_help-block">{$lang->about_login_trial_limit1}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group _limit" style="display:none">
|
||||
<label class="x_control-label" for="max_error_count_time">{$lang->login_trial_limit2}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="0" id="max_error_count_time" name="max_error_count_time" value="{$config->max_error_count_time}" /> {$lang->unit_sec}
|
||||
<p class="x_help-block">{$lang->about_login_trial_limit2}</p>
|
||||
<p>
|
||||
<label class="x_inline" for="enable_login_fail_report_yes"><input type="radio" name="enable_login_fail_report" id="enable_login_fail_report_yes" value="Y" checked="checked"|cond="$config->enable_login_fail_report != 'N'" /> {$lang->cmd_yes}</label>
|
||||
<label class="x_inline" for="enable_login_fail_report_no"><input type="radio" name="enable_login_fail_report" id="enable_login_fail_report_no" value="N" checked="checked"|cond="$config->enable_login_fail_report == 'N'" /> {$lang->cmd_no}</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="number" min="0" id="max_error_count" name="max_error_count" value="{$config->max_error_count}" /> {$lang->unit_count} /
|
||||
<input type="number" min="0" id="max_error_count_time" name="max_error_count_time" value="{$config->max_error_count_time}" /> {$lang->unit_sec}
|
||||
</p>
|
||||
<p class="x_help-block">{$lang->about_login_trial_limit}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="after_login_url">{$lang->after_login_url}</label>
|
||||
<div class="x_controls">
|
||||
<input type="url" id="after_login_url" name="after_login_url" value="{$config->after_login_url}" />
|
||||
<p class="x_help-inline">{$lang->about_after_login_url}</p>
|
||||
<p class="x_help-block">{$lang->about_after_login_url}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="after_logout_url">{$lang->after_logout_url}</label>
|
||||
<div class="x_controls">
|
||||
<input type="url" id="after_logout_url" name="after_logout_url" value="{$config->after_logout_url}" />
|
||||
<p class="x_help-inline">{$lang->about_after_logout_url}</p>
|
||||
<p class="x_help-block">{$lang->about_after_logout_url}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_clearfix btnArea">
|
||||
<span class="x_pull-right"><input class="x_btn x_btn-primary" type="submit" value="{$lang->cmd_save}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<script>
|
||||
jQuery(function($){
|
||||
$('input[name="enable_login_fail_report"]').change(function(){
|
||||
var $limit = $(this).closest('.x_control-group').siblings('._limit');
|
||||
if($('#enable_login_fail_report_yes').is(':checked')){
|
||||
$limit.show();
|
||||
} else {
|
||||
$limit.hide();
|
||||
}
|
||||
}).change();
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue