Home
last modified time | relevance | path

Searched refs:auth (Results 176 – 200 of 299) sorted by relevance

12345678910>>...12

/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…
/plugin/advanced/lang/en/
H A Dconfig.txt17 | | ''acl.auth.php'' | see [[doku>acl]]…
18 | | ''users.auth.php'' | see [[doku>acl]]…
/plugin/approve/syntax/
H A Dtable.php128 /** @var DokuWiki_Auth_Plugin $auth */
129 global $auth;
220 $user = $auth->getUserData($by);
228 $user = $auth->getUserData($approver);
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js138 var auth = mxUtils.bind(this, function()
166 auth();
170 error({message: mxResources.get('accessDenied'), retry: auth});
198 error({message: mxResources.get('accessDenied'), retry: auth});
239 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
247 error({message: mxResources.get('accessDenied'), retry: auth});
253 auth();
/plugin/authsplit/
H A Dplugin.info.txt6 desc Splits DokuWiki authentication among auth plugins
/plugin/securelogin/lang/ru/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wr…
/plugin/authowncloud/
H A Dplugin.info.txt5 name owncloud auth plugin
/plugin/authshibboleth/plugin/authshibboleth/
H A Dplugin.info.txt7 url https://github.com/ivan-novakov/dokuwiki-shibboleth-auth
/plugin/authldaplocal/
H A Dplugin.info.txt5 name ldaplocal auth plugin
/plugin/components/ajax/
H A Dexample.php33 protected function auth($params) { function in Components_AJAX_Example
/plugin/submgr/
H A Dhelper.php188 global $auth;
200 $found = $auth->retrieveUsers(0, 5000, array('grps' => substr($one, 1)));
/plugin/structtasks/meta/
H A DUtilities.php122 global $auth;
123 $userData = $auth->getUserData($user, false);
/plugin/authfacebook/
H A DREADME1 A Dokuwiki auth plugin for login via Facebook
/plugin/securelogin/lang/cs/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wr…
/plugin/submgr/lang/en/
H A Dnousers.txt4 functionality is needed for this plugin. Maybe your auth plugin needs additional configuration, may…
/plugin/securelogin/lang/de/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wr…
/plugin/securelogin/lang/en/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wr…
/plugin/authchained/
H A Dplugin.info.txt5 name chained auth plugin
/plugin/securelogin/lang/fr/
H A Dneedpatch.txt2 …;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php;|Action Event w…
/plugin/authgooglesheets/vendor/google/auth/src/
H A DServiceAccountSignerTrait.php37 $privateKey = $this->auth->getSigningKey();
/plugin/displaywikipage/
H A Dcode.php12 global $auth;
/plugin/aclregex/
H A DREADME.md9 Install the plugin; any entries in `acl.auth.php` will now recognise PHP
/plugin/supa/helper/
H A Dhelper.php33 function html_supa_applet( $ns, $auth ) { argument
/plugin/virtualgroup/
H A Daction.php42 $_SESSION[DOKU_COOKIE]['auth']['info']['grps'] = $grps;
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
99 `conf/users.auth.php`. Users which are added after switching to
132 Since `conf/users.auth.php` is a plain text file, it can be edited with any

12345678910>>...12