Searched +full:superuser -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/lib/plugins/acl/ |
H A D | remote.php | 21 'You are not allowed to access ACLs, superuser permission is required', 44 'You are not allowed to access ACLs, superuser permission is required', 66 'You are not allowed to access ACLs, superuser permission is required',
|
/dokuwiki/conf/ |
H A D | local.php.dist | 15 //$conf['superuser'] = 'joe';
|
H A D | dokuwiki.php | 60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
|
/dokuwiki/ |
H A D | install.php | 208 <label for="superuser"><?php echo $lang['i_superuser'] ?></label> 209 <input class="text" type="text" name="d[superuser]" id="superuser" 210 value="<?php echo $d['superuser'] ?>"/> 304 'superuser' => '', 324 $d['superuser'] = isset($d['superuser']) ? strtolower($d['superuser']) : ""; 337 if (empty($d['superuser']) || ($d['superuser'] ! [all...] |
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser 67 // use superuser credentials 69 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 169 // force superuser bind if wanted and not bound as superuser yet 171 // use superuser credentials 173 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 358 // bind with the superuser ldap 360 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
|
/dokuwiki/data/pages/wiki/ |
H A D | welcome.txt | 20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
|
/dokuwiki/inc/Extension/ |
H A D | AdminPlugin.php | 110 * Return true for access only by admins (config:superuser) or false if managers are allowed as well
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php |
|
/dokuwiki/lib/plugins/styling/ |
H A D | admin.php | 25 * @return bool true if only access for superuser, false is for superusers and moderators
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | postgresql.php | 98 'STDIN','STDOUT','STORAGE','STRICT','STRIP','SUPERUSER',
|
/dokuwiki/inc/ |
H A D | auth.php | 590 // check superuser match 591 $ok = auth_isMember($conf['superuser'], $user, $groups); 744 //if user is superuser or in superusergroup return 255 (acl_admin)
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | 149 $meta['superuser'] = ['string', '_caution' => 'danger'];
|