Authored by 於志远

sso no cache

... ... @@ -602,7 +602,7 @@ class Facade_Auth
}
//获取用户口令信息
$auth = self::service()->getAuthByTypeAndAid($auth_type, $account);
$auth = self::service()->getAuthByTypeAndAidNocache($auth_type, $account);
//检测口令是否存在
if (!$auth)
{
... ...