Searched +full:authtype -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 10 of 10) sorted by relevance
54 if ($conf['authtype'] != $input) {
45 …* 'authtype' - as 'setting', input validated against a valid php file at expected location fo…51 * 'authtype' - as multichoice, selection constructed from the enabled auth plugins123 $meta['authtype'] = ['authtype', '_caution' => 'danger'];
235 $conf['authtype'] != $this->extension->getID()
474 if ($this->getId() == $conf['authtype']) return true;
63 'AllowOverride','AuthName','AuthType','ContentDigest',
151 $data['conf_authtype'] = $conf['authtype'];
57 $conf['authtype'] = 'authplain'; //which authentication backend should be used
292 if ($conf['authtype'] == 'plain') {
60 if ($conf['authtype'] === $plugin) {
19 * $conf['authtype'] = 'authad';