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 for auth files51 * 'authtype' - as multichoice, selection constructed from the enabled auth plugins123 $meta['authtype'] = ['authtype', '_caution' => 'danger'];
63 'AllowOverride','AuthName','AuthType','ContentDigest',
151 $data['conf_authtype'] = $conf['authtype'];
57 $conf['authtype'] = 'authplain'; //which authentication backend should be used
289 if ($conf['authtype'] == 'plain') {
59 if ($conf['authtype'] === $plugin) {
18 * $conf['authtype'] = 'authad';