Home
last modified time | relevance | path

Searched refs:addUser (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php142 $this->addUser();
322 if ($this->auth->canDo('addUser')) {
344 if ($this->auth->canDo('addUser')) {
640 protected function addUser()
644 if (!$this->auth->canDo('addUser')) return false;
1062 if (!$this->auth->canDo('addUser')) return false;
1181 * Required a check of canDo('addUser') before
636 protected function addUser() global() function in admin_plugin_usermanager
/dokuwiki/conf/
H A Dmysql.conf.php.example144 $conf['plugin']['authmysql']['addUser'] = "INSERT INTO users
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php98 public function addUser($group, $user, $isGUID = false) function in adLDAPGroups