Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php54 if ($conf['authtype'] != $input) {
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php45 * 'authtype' - as 'setting', input validated against a valid php file at expected location for auth files
51 * 'authtype' - as multichoice, selection constructed from the enabled auth plugins
123 $meta['authtype'] = ['authtype', '_caution' => 'danger'];
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapache.php63 'AllowOverride','AuthName','AuthType','ContentDigest',
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php151 $data['conf_authtype'] = $conf['authtype'];
/dokuwiki/conf/
H A Ddokuwiki.php57 $conf['authtype'] = 'authplain'; //which authentication backend should be used
/dokuwiki/inc/
H A Dinfoutils.php235 if ($conf['authtype'] == 'plain') {
H A Dauth.php54 if ($conf['authtype'] === $plugin) {
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php600 $conf['authtype'] != $extension->getID()
H A Dextension.php166 if ($this->id == $conf['authtype']) return true;
/dokuwiki/lib/plugins/authad/
H A Dauth.php18 * $conf['authtype'] = 'authad';