Home
last modified time | relevance | path

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

/plugin/authsmf20/
H A Dauth.php51 $_smf_user_groups = array(), variable in auth_plugin_authsmf20
127 $USERINFO['grps'] = $_SESSION[DOKU_COOKIE]['auth']['grps'] = $this->_smf_user_groups;
289 $this->_smf_user_groups[] = 'admin'; // Map SMF Admin to DokuWiki Admin
291 $this->_smf_user_groups[] = $row->group_name;
296 $this->_smf_user_groups[] = 'user';
298 $this->_smf_user_groups = array_unique($this->_smf_user_groups);
369 $user_data['smf_user_groups'] = array_unique($this->_smf_user_groups);