Home
last modified time | relevance | path

Searched refs:skipPasswordAuth (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/egroupware/egroupware/
H A Dlogin.php168 …$GLOBALS['egw']->session->skipPasswordAuth($_COOKIE[Api\Session::REMEMBER_ME_COOKIE], $account_id))
/dports/deskutils/egroupware/egroupware/api/src/
H A DSession.php512 $auth_check = !$this->skipPasswordAuth($_COOKIE[self::REMEMBER_ME_COOKIE], $this->account_id);
718 public function skipPasswordAuth($token, &$account_id=null) function in EGroupware\\Api\\Session