Home
last modified time | relevance | path

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

/plugin/authplaincas/
H A Dauth.php38 var $_userInfo = array(); variable in auth_plugin_authplaincas
281 if ($this->_userInfo === false) {
283 $this->_userInfo = array(
295 $USERINFO = $this->_userInfo;
308 if ($this->_userInfo['grps'] != $this->_userInfo['tmp_grps'] ||
314 $this->_userInfo = array(
324 $USERINFO = $this->_userInfo;
425 $this->_userInfo['grps'] = $this->_userInfo['tmp_grps'];
447 $this->_userInfo['grps'] = array();
452 $USERINFO = $this->_userInfo;
[all …]