Home
last modified time | relevance | path

Searched refs:auth (Results 151 – 175 of 299) sorted by relevance

12345678910>>...12

/plugin/components/lib/
H A Dajax.php68 abstract protected function auth($params); function in Doku_AJAX
135 if (!$this->auth($vars)) $this->error(403);
/plugin/notification/action/
H A Dcron.php41 global $auth;
130 $userinfo = $auth->getUserData($user, $requireGroups = false);
/plugin/structtasks/
H A Daction.php74 global $auth;
78 $userData = $auth->getUserData($editor_id, false);
/plugin/watchcycle/
H A Daction.php257 /* @var DokuWiki_Auth_Plugin $auth */
258 global $auth;
261 $foundUsers = $auth->retrieveUsers(0, 50, ['user' => $term]);
275 $foundGroups = $auth->retrieveGroups();
340 /* @var DokuWiki_Auth_Plugin $auth */
341 global $auth;
H A Dsyntax.php54 /* @var DokuWiki_Auth_Plugin $auth */
55 global $auth;
128 /** @var \DokuWiki_Auth_Plugin $auth */
129 global $auth;
/plugin/evesso/
H A DREADME.md46 1. Check `Evesso` > ` register-on-auth`
75 The will also have auth groups for their corporation, alliance *(if in alliance)*, and faction *(if…
80 You can change the access control for each auth group in `admin` > `Access Control List Management`
82 :warning: Do not create your own auth groups starting with those prefixes when using this plugin. T…
/plugin/dokusioc/
H A Daction.php558 global $auth;
559 if ($info = $auth->getUserData($user)) {
577 global $auth, $conf;
586 if ($info = $auth->getUserData($userid)) {
/plugin/adfs/phpsaml/
H A DREADME.md597 $auth = new OneLogin_Saml2_Auth();
675 $auth = new OneLogin_Saml2_Auth();
676 $auth->login($newTargetUrl);
770 $errors = $auth->getErrors();
777 if (!$auth->isAuthenticated()) {
911 $errors = $auth->getErrors();
1040 $auth->logout($newTargetUrl);
1103 $auth->login();
1106 $auth->login($returnTo);
1108 $auth->logout();
[all …]
/plugin/pagemod/helper/
H A Dpagemod.php55 $auth = $this->aclcheck($page_to_modify); // runas
56 if($auth < AUTH_READ) {
/plugin/bez/cron/
H A Dfunctions.php52 global $auth;
101 $udata = $auth->getUserData($user);
/plugin/bez/action/
H A Dbase.php59 global $auth;
68 $this->model = new bez\mdl\Model($auth, $client, $this, $skip_acl);
/plugin/twofactoryubiauth/
H A Dhelper.php104 $auth = $yubiAuthenticator->verifyCode($this->generateYubiURL($code),$response);
105 if($auth) {
/plugin/aichat/
H A Dhelper.php78 global $auth;
82 if (!$auth) return true;
/plugin/authyubikey/lib/
H A DREADME37 $auth = $yubi->verify($otp);
38 if (PEAR::isError($auth)) {
39 print "<p>Authentication failed: " . $auth->getMessage();
/plugin/feedback/
H A Daction.php88 global $auth;
89 $user = $auth->getUserData($_SERVER['REMOTE_USER']);
/plugin/groupmatrix/syntax/
H A Dtable.php116 global $auth;
121 $users = $auth->retrieveUsers(0,
/plugin/jplayer/
H A Dsyntax.php96 $auth = auth_quickaclcheck($file);
97 if ($auth < AUTH_READ) {
/plugin/drawio/
H A Daction.php75 $auth = auth_aclcheck($id, $user, $groups);
76 $access_granted = ($auth >= $auth_ow);
/plugin/farm/install/animaltemplate/conf/
H A Dusers.auth.php.dist1 # users.auth.php
/plugin/securelogin/lang/ja/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|HTTP リクエストと認証チェ…
/plugin/fblogin/
H A DREADME1 Facebook auth login plugin
/plugin/authradius/
H A Dplugin.info.txt5 name radius auth
/plugin/pureldap/
H A Dplugin.info.txt6 desc A new LDAP auth plugin
/plugin/userhistory/
H A Dadmin.php34 global $auth;
37 $user_list = $auth->retrieveUsers ( );
/plugin/groupmgr/
H A Dsyntax.php265 $users = $auth->retrieveUsers(0, 0, array());
336 if ($auth->modifyUser($name, $update)) {

12345678910>>...12