mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#273 오픈아이디 인증시 비밀번호를 확인하던 루틴을 제거하여 정상적으로 로그인되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3031 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d30b776900
commit
ef82656fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -1203,7 +1203,7 @@
|
|||
if(!$user_id || $member_info->user_id != $user_id) return new Object(-1, 'invalid_user_id');
|
||||
|
||||
// 비밀번호 검사
|
||||
if(!$oMemberModel->isValidPassword($member_info->password, $password)) return new Object(-1, 'invalid_password');
|
||||
if($password && !$oMemberModel->isValidPassword($member_info->password, $password)) return new Object(-1, 'invalid_password');
|
||||
|
||||
// denied == 'Y' 이면 알림
|
||||
if($member_info->denied == 'Y') return new Object(-1,'msg_user_denied');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue