mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
#490 일반ID가 OpenID로 인식되는 문제 수정
* OpenID로 인식되어 비밀번호 변경이 불가한 문제 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4376 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
349b25586c
commit
d98583921d
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@
|
|||
}
|
||||
|
||||
// 오픈아이디인지 체크 (일단 아이디 형식으로만 결정)
|
||||
if(preg_match("/^([0-9a-z]+)$/is", $member_info->user_id)) $member_info->is_openid = false;
|
||||
if(preg_match("/^([_0-9a-zA-Z]+)$/is", $member_info->user_id)) $member_info->is_openid = false;
|
||||
else $member_info->is_openid = true;
|
||||
|
||||
// 로그인 처리를 위한 세션 설정
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue