mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
질문/답변을 통한 계정 찾기가 허용되지 않은 경우 폼을 표시하지 않음
This commit is contained in:
parent
81fc2a9939
commit
915635cec3
4 changed files with 15 additions and 2 deletions
|
|
@ -526,6 +526,7 @@ class memberView extends member
|
|||
$config = $this->member_config;
|
||||
|
||||
Context::set('identifier', $config->identifier);
|
||||
Context::set('enable_find_account_question', $config->enable_find_account_question);
|
||||
|
||||
$this->setTemplateFile('find_member_account');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue