Home
last modified time | relevance | path

Searched refs:auth (Results 51 – 75 of 299) sorted by last modified time

12345678910>>...12

/plugin/imgpaste/
H A Daction.php59 $auth = auth_quickaclcheck($filename);
60 if ($auth < AUTH_UPLOAD) $this->fail(403, $lang['uploadfail']);
71 $auth,
/plugin/virtualgroup/
H A Daction.php42 $_SESSION[DOKU_COOKIE]['auth']['info']['grps'] = $grps;
H A Dadmin.php28 global $auth;
52 $INPUT->set('user', $auth->cleanUser($INPUT->str('loaduser')));
55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser')))
61 $INPUT->set('group', $auth->cleanGroup($INPUT->str('loadgroup')));
64 $this->virtualGroups->getGroupUsers($auth->cleanGroup($INPUT->str('loadgroup')))
78 global $auth;
81 $user = $auth->cleanUser($user);
83 static fn($group) => $auth->cleanGroup($group),
101 global $auth;
104 $group = $auth
[all...]
/plugin/statdisplay/helper/
H A Dlog.php69 global $auth;
113 if (!empty($user) && $auth) {
115 $user = $auth->cleanUser($user);
/plugin/advanced/lang/en/config/
H A Dacl.txt5 Access restrictions are saved in a file called ''conf/acl.auth.php'', which should be writable by t…
13 …ver the //admin// permission of //255// can not be used in the ''conf/acl.auth.php'' file. It is o…
H A Dusers.txt20 * [[doku>auth:plain]]
/plugin/advanced/lang/en/
H A Dconfig.txt17 | | ''acl.auth.php'' | see [[doku>acl]]…
18 | | ''users.auth.php'' | see [[doku>acl]]…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml34 # vault read auth/approle/role/clients-ci/role-id
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc21 [[auth-ec]]
54 [[auth-http]]
80 [[auth-apikey]]
189 credentials. For example, this snippet authenticates using Basic HTTP auth and a
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md84 - Added digest auth integration test support to test server.
/plugin/highlight2wiki/
H A Daction.php52 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
/plugin/structnotification/action/
H A Dnotification.php145 /** @var DokuWiki_Auth_Plugin $auth */
146 global $auth;
194 $all_users = $auth->retrieveUsers();
/plugin/ckgedit/scripts/
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
49 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
53 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
42 * @ALL 1" > ${ANIMAL}/conf/acl.auth.php
46 …$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.auth.php
/plugin/ckgedit/action/
H A Dmeta.php769 $auth = auth_quickaclcheck($ID);
783 else if($dbl_click_auth == 'all' ||$auth == 255 ) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php558 $auth = 0;
560 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/epub/
H A Daction.php40 $auth = auth_quickaclcheck($INFO['id']);
41 if($auth) {
74 $auth = auth_quickaclcheck('epub:*');
77 if($auth < 8 && !in_array($epub_group,$groups)) return;
78 $auth = auth_quickaclcheck($INFO['id']);
79 if($auth < 4) return;
/plugin/discussion/
H A Daction.php1277 global $auth;
1285 if(!$auth->isCaseSensitive()) $mod = utf8_strtolower($mod);
1289 …foreach($auth->retrieveUsers(0, 0, array('grps' => $auth->cleanGroup(substr($mod, 1)))) as $user) {
1295 $userdata = $auth->getUserData($auth->cleanUser($mod));
/plugin/evesso/
H A Dauth.php102 $auth = base64_decode($cookie[2], true);
104 if ($auth === 'oauth') {
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…
H A Daction.php144 global $auth;
188 global $auth;
/plugin/evesso/phpoauthlib/
H A DREADME.md88 For usage with complete auth flow, please see the examples. More in-depth documentation will come w…
/plugin/changes/
H A Dsyntax.php507 /* @var DokuWiki_Auth_Plugin $auth */
508 global $auth;
510 $user = $auth->getUserData($change['user']);
/plugin/publish/action/
H A Dmail.php146 global $auth;
147 $userinfo = $auth->getUserData($revinfo['user']);
171 global $auth;
182 $userinfo = $auth->getUserData($revinfo['user']);
/plugin/davcal/
H A DauthBackendDokuwiki.php13 global $auth;
15 $ret = $auth->checkPass($username, $password);

12345678910>>...12