Home
last modified time | relevance | path

Searched +full:defaultgroup -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/plugins/authldap/
H A Dauth.php310 if (!$info['grps'] || !in_array($conf['defaultgroup'], $info['grps'])) {
311 $info['grps'][] = $conf['defaultgroup'];
/dokuwiki/conf/
H A Ddokuwiki.php59 $conf['defaultgroup']= 'user'; //Default groups new Users are added to
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php207 array_unshift($grps, $conf['defaultgroup']);
550 $groups = [$conf['defaultgroup']]; // always add default config
/dokuwiki/lib/plugins/authad/
H A Dauth.php256 if (!in_array($conf['defaultgroup'], $info['grps'])) {
257 $info['grps'][] = $conf['defaultgroup'];
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php148 $meta['defaultgroup'] = ['string'];
/dokuwiki/lib/plugins/authplain/
H A Dauth.php153 if (!is_array($grps)) $grps = [$conf['defaultgroup']];
/dokuwiki/lib/plugins/acl/
H A Dadmin.php589 $this->specials[] = '@' . $conf['defaultgroup'];
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php392 $notes[] = sprintf($this->lang['note_group'], $conf['defaultgroup']);