Home
last modified time | relevance | path

Searched refs:update_lastlogin (Results 1 – 17 of 17) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.auth_http.inc.php42 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.auth_nis.inc.php55 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.auth_sqlssl.inc.php83 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.auth_mail.inc.php94 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.auth_sql.inc.php90 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.auth_ldap.inc.php108 function update_lastlogin($account_id, $ip) function in auth
H A Dclass.sessions.inc.php581 $GLOBALS['phpgw']->auth->update_lastlogin($this->account_id,$user_ip);
883 $GLOBALS['phpgw']->auth->update_lastlogin($this->account_id,$user_ip);
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-login_openid.php74 $userlib->update_lastlogin($identifier);
H A Dtiki-setup_base.php509 $userlib->update_lastlogin($user);
H A Dtiki-login.php175 $userlib->update_lastlogin($requestedUser);
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dsocialnetworkslib.php314 $userlib->update_lastlogin($user);
613 $userlib->update_lastlogin($user);
H A Duserslib.php840 return [$this->update_lastlogin($username), $username, $result];
857 return [$this->update_lastlogin($username), $username, USER_VALID];
1992 $ret = $this->update_lastlogin($user);
2015 public function update_lastlogin($user) function in UsersLib
8639 $this->update_lastlogin($uname);
/dports/deskutils/egroupware/egroupware/api/src/
H A DAccounts.php1256 function update_lastlogin($account_id, $ip) function in EGroupware\\Api\\Accounts
1258 return $this->backend->update_lastlogin($account_id, $ip);
H A DSession.php647 $GLOBALS['egw']->accounts->update_lastlogin($this->account_id,$user_ip);
/dports/deskutils/egroupware/egroupware/api/src/Accounts/
H A DSql.php655 function update_lastlogin($account_id, $ip) function in EGroupware\\Api\\Accounts\\Sql
H A DLdap.php1018 function update_lastlogin($_account_id, $ip) function in EGroupware\\Api\\Accounts\\Ldap
H A DAds.php1182 function update_lastlogin($_account_id, $ip) function in EGroupware\\Api\\Accounts\\Ads