Home
last modified time | relevance | path

Searched refs:checkConfig (Results 1 – 1 of 1) sorted by path

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php63 $this->cando['addUser'] = $this->checkConfig(
68 $this->cando['delUser'] = $this->checkConfig(
73 $this->cando['modLogin'] = $this->checkConfig(
78 $this->cando['modPass'] = $this->checkConfig(
83 $this->cando['modName'] = $this->checkConfig(
88 $this->cando['modMail'] = $this->checkConfig(
93 $this->cando['modGroups'] = $this->checkConfig(
98 $this->cando['getUsers'] = $this->checkConfig(
103 $this->cando['getUserCount'] = $this->checkConfig(
108 $this->cando['getGroups'] = $this->checkConfig(
783 protected function checkConfig($keys) global() function in auth_plugin_authpdo
[all...]