From 7510b2a5e6127f533a52c432289746bddfe74a34 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 22 Aug 2007 04:29:58 +0000 Subject: [PATCH] =?UTF-8?q?mysql=20old=20password=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EB=A3=A8=ED=8B=B4=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=AC=B4=EC=A1=B0=EA=B1=B4=20=EC=9D=B8=EC=A6=9D=20=EC=84=B1?= =?UTF-8?q?=EA=B3=B5=EC=9C=BC=EB=A1=9C=20=EC=B7=A8=EA=B8=89=EB=90=98?= =?UTF-8?q?=EB=8D=98=20=EC=9E=98=EB=AA=BB=EB=90=9C=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2373 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/member.controller.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/member/member.controller.php b/modules/member/member.controller.php index f9868be45..3c65e9035 100644 --- a/modules/member/member.controller.php +++ b/modules/member/member.controller.php @@ -893,8 +893,7 @@ $password_args->password = md5($password); $output = executeQuery('member.updateMemberPassword', $password_args); if(!$output->toBool()) return $output; - } - + } else return new Object(-1, 'invalid_password'); // md5(), mysql old_password와도 다르면 잘못된 비빌번호 오류 메세지 리턴 } else { return new Object(-1, 'invalid_password');