@@ -125,6 +125,7 @@ class Index extends Backend
$force=0;
$userId = '';
$res = $this->auth->login($username, $password, (bool)$keep,$force,$userId);
+ var_dump($res);die;
if ($res === true) {
if($force == 1)
{
@@ -214,7 +214,6 @@ class Auth extends \ba\Auth
$this->setRefreshToken($this->refreshTokenKeepTime);
}
$this->loginSuccessful();
- var_dump(1);die;
if(Cache::get('admin_only'.$username))
$other = Cache::get('admin_only'.$username);