mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
아이디 또는 메일 주소로 로그인할 수 있도록 허용
This commit is contained in:
parent
78be4d5626
commit
3469a3bdbf
2 changed files with 2 additions and 2 deletions
|
|
@ -1670,7 +1670,7 @@ class memberController extends member
|
|||
$args->ipaddress = $_SERVER['REMOTE_ADDR'];
|
||||
|
||||
// check identifier
|
||||
if($config->identifier == 'email_address')
|
||||
if($config->identifier == 'email_address' || strpos($user_id, '@') !== false)
|
||||
{
|
||||
// Get user_id information
|
||||
$this->memberInfo = $oMemberModel->getMemberInfoByEmailAddress($user_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue