mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1488 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8342229c67
commit
5f91108021
3 changed files with 9 additions and 4 deletions
|
|
@ -869,7 +869,7 @@
|
|||
$member_info = $oMemberModel->getMemberInfoByUserID($user_id);
|
||||
|
||||
// return 값이 없으면 존재하지 않는 사용자로 지정
|
||||
if($member_info->user_id != $user_id) return new Object(-1, 'invalid_user_id');
|
||||
if(!$user_id || $member_info->user_id != $user_id) return new Object(-1, 'invalid_user_id');
|
||||
|
||||
// 비밀번호 검사 : 우선 md5() hash값으로 비굥
|
||||
if($password && $member_info->password != md5($password)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue