Lines Matching refs:conf

39     global $conf;
50 if (!$conf['useacl']) return false;
54 if ($conf['authtype'] === $plugin) {
75 if (!$conf['rememberme']) $INPUT->set('r', false);
273 global $conf;
311 ($session['time'] >= time() - $conf['auth_security_timeout']) &&
365 * cookies from $conf['metadir'].'/_htcookiesalt'
381 global $conf;
382 $file = $conf['metadir'] . '/_htcookiesalt';
384 $file = $conf['metadir'] . '/_htcookiesalt2';
489 global $conf;
510 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
514 'secure' => ($conf['securecookie'] && is_ssl()),
516 'samesite' => $conf['samesitecookie'] ?: null, // null means browser default
543 global $conf;
574 $ok = auth_isMember($conf['superuser'], $user, $groups);
578 $ok = auth_isMember($conf['manager'], $user, $groups);
667 global $conf;
672 if (!$conf['useacl']) return AUTH_UPLOAD;
714 global $conf;
720 if (!$conf['useacl']) return AUTH_UPLOAD;
970 global $conf;
990 if ($conf['autopasswd']) {
1017 if (!$conf['autopasswd']) {
1041 global $conf;
1097 if ($conf['profileconfirm']) {
1132 global $conf;
1153 if ($conf['profileconfirm']) {
1189 global $conf;
1205 $tfile = $conf['cachedir'] . '/' . $token[0] . '/' . $token . '.pwauth';
1226 if (!$conf['autopasswd']) { // we let the user choose a password
1277 $tfile = $conf['cachedir'] . '/' . $token[0] . '/' . $token . '.pwauth';
1314 global $conf;
1315 if (empty($method)) $method = $conf['passcrypt'];
1354 global $conf;
1364 $cookieDir = empty($conf['cookiedir']) ? DOKU_REL : $conf['cookiedir'];
1369 'secure' => ($conf['securecookie'] && is_ssl()),
1371 'samesite' => $conf['samesitecookie'] ?: null, // null means browser default