Authored by 於志远

sso debug

@@ -606,7 +606,7 @@ class Facade_Auth @@ -606,7 +606,7 @@ class Facade_Auth
606 //检测口令是否存在 606 //检测口令是否存在
607 if (!$auth) 607 if (!$auth)
608 { 608 {
609 - file_put_contents('/tmp/sso-'.date('Y-m-d').'.log', '登录Facade错误['.date('H:i:s').']-账户:'.$account.' 类型:'.$auth_type.' 地区码:'.$area."\n", FILE_APPEND); 609 + //file_put_contents('/tmp/sso-'.date('Y-m-d').'.log', '登录Facade错误['.date('H:i:s').']-账户:'.$account.' 类型:'.$auth_type.' 地区码:'.$area."\n", FILE_APPEND);
610 $ret = array('code' => Config_Code::$error['user_not_exist']['code'], 'message' => Config_Code::$error['user_not_exist']['message']); 610 $ret = array('code' => Config_Code::$error['user_not_exist']['code'], 'message' => Config_Code::$error['user_not_exist']['message']);
611 break ; 611 break ;
612 } 612 }