mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Merge #1507 질문/답변을 통한 계정 찾기를 금지하는 옵션 추가 by kijin
* pr/1507: 비번찾기 질문/답변 항목은 공개 설정할 수 없도록 조치 질문/답변을 통한 계정 찾기가 허용되지 않은 경우 폼을 표시하지 않음 질문/답변을 통한 계정 찾기 허용 여부를 선택할 수 있도록 함 비번찾기 질문을 필수항목에서 제외
This commit is contained in:
commit
43a7226ff1
7 changed files with 51 additions and 6 deletions
|
|
@ -18,8 +18,8 @@
|
|||
</span>
|
||||
</form>
|
||||
</section>
|
||||
<hr>
|
||||
<section cond="count($lang->find_account_question_items)>1">
|
||||
<hr cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'">
|
||||
<section cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'">
|
||||
<h1>{$lang->cmd_find_member_account_with_email_question}</h1>
|
||||
<p>{$lang->about_find_account_question}</p>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/find_member_account/2'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue