mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
질문/답변을 통한 계정 찾기가 허용되지 않은 경우 폼을 표시하지 않음
This commit is contained in:
parent
81fc2a9939
commit
915635cec3
4 changed files with 15 additions and 2 deletions
|
|
@ -1048,6 +1048,10 @@ class memberController extends member
|
|||
{
|
||||
$oMemberModel = getModel('member');
|
||||
$config = $oMemberModel->getMemberConfig();
|
||||
if($config->enable_find_account_question != 'Y')
|
||||
{
|
||||
return new Object(-1, 'msg_question_not_allowed');
|
||||
}
|
||||
|
||||
$email_address = Context::get('email_address');
|
||||
$user_id = Context::get('user_id');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue