Home
last modified time | relevance | path

Searched refs:auth (Results 201 – 225 of 299) sorted by relevance

12345678910>>...12

/plugin/autlogin/
H A Dadmin.php155 $AUTH_ACL = file(DOKU_CONF.'acl.auth.php');
178 $info = $auth->getUserData($user);
948 global $auth;
996 if (!$auth->canDo('addUser')) return false;
997 … $auth->triggerUserMod('create', array($concr_alias,$passw,$name,$email,$grps));//cretae new user
1401 global $auth;
1413 $info = $auth->getUserData($user);
1492 global $auth;
1496 $info = $auth->getUserData($user);
H A Daction.php98 $info = $auth->getUserData($best);
314 global $auth;
318 $info = $auth->getUserData($user);
/plugin/chat/
H A Dajax.php234 global $auth;
278 $udata = $auth->getUserData($user);
/plugin/structnotification/action/
H A Dnotification.php145 /** @var DokuWiki_Auth_Plugin $auth */
146 global $auth;
194 $all_users = $auth->retrieveUsers();
/plugin/aichat/
H A DEmbeddings.php246 global $auth;
268 if ($auth && auth_quickaclcheck($chunk->getPage()) < AUTH_READ) continue;
/plugin/sympaauth/
H A DREADME5 2- copy sympa.class.php in inc/auth/ directory
/plugin/authgoogle2fa/
H A DREADME.md19 You can revert to the originial auth plugin by editing the file conf/local.php:
/plugin/datapopup/
H A Daction.php45 global $auth;
/plugin/upload/
H A Dsyntax.php122 if($auth >= AUTH_DELETE) {
/plugin/randominc/
H A Dsyntax.php222 global $INFO, $auth;
225 $userdata = $auth->getUserData($user);
/plugin/dokutranslate/
H A Dadmin.php54 global $auth;
102 $who = $auth->cleanGroup($who);
/plugin/ireadit/action/
H A Dmigration.php87 global $auth;
106 $users = $auth->retrieveUsers();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php172 'auth' => 'google_auth',
/plugin/authshibboleth/
H A DREADME.md3 …okuWiki Shibboleth Authentication Plugin](https://github.com/ivan-novakov/dokuwiki-shibboleth-auth)
39 Clone the [repository](https://github.com/ivan-novakov/dokuwiki-shibboleth-auth) anywhere on your s…
/plugin/statdisplay/helper/
H A Dlog.php69 global $auth;
113 if (!empty($user) && $auth) {
115 $user = $auth->cleanUser($user);
/plugin/blogtng/action/
H A Dedit.php383 global $auth, $ID, $INPUT;
392 if($auth != null) {
393 $userdata = $auth->getUserData($login);
/plugin/authsmartcard/
H A DREADME.md39 RedirectMatch ^/$ https://YOUR_DOMAIN/DOKUWIKI_PATH/lib/plugins/authsmartcard/auth/
44 To log on with your client certificate, follow this link: [[lib/plugins/authsmartcard/auth/|Authent…
/plugin/authorstats/
H A Dsyntax.php246 global $auth;
247 $user = $auth->getUserData($name);
/plugin/twofactor/
H A Dadmin.php233 global $auth;
238 $userdata = $auth->getUserData($user);
/plugin/freesync/
H A Dhelper.php427 $auth = auth_quickaclcheck(getNS($id).':*');
428 if($auth >= AUTH_UPLOAD) {
451 if($overwrite && $auth < AUTH_DELETE) {
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js70 var auth = mxUtils.bind(this, function()
98 auth();
102 error({message: mxResources.get('accessDenied'), retry: auth});
128 error({message: mxResources.get('accessDenied'), retry: auth});
162 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
171 error({message: mxResources.get('accessDenied'), retry: auth});
177 auth();
/plugin/todo/syntax/
H A Dtodo.php348 global $auth;
349 $username = $auth->getUserData($username)['name'];
/plugin/translator/
H A Dadmin.php20 global $auth;
22 if (!isset($auth)) {
24 } else if (!$auth->canDo('getUsers')) {
29 $this->_auth = & $auth;
/plugin/daftdrafts/
H A Daction.php86 global $auth;
/plugin/pureldap/
H A DREADME3 A new LDAP auth plugin

12345678910>>...12