Home
last modified time | relevance | path

Searched refs:auth (Results 276 – 299 of 299) sorted by path

1...<<1112

/plugin/twofactor/
H A Dadmin.php233 global $auth;
238 $userdata = $auth->getUserData($user);
/plugin/twofactoryubiauth/
H A Dhelper.php104 $auth = $yubiAuthenticator->verifyCode($this->generateYubiURL($code),$response);
105 if($auth) {
/plugin/unblink/
H A Dsyntax.php46 global $auth;
50 if($mode != 'xhtml' || is_null($auth)){
56 $uinfo = $auth->getUserData($login);
/plugin/upload/
H A Dsyntax.php122 if($auth >= AUTH_DELETE) {
/plugin/usercontact/
H A Daction.php30 global $auth;
33 $userdata = $auth->getUserData($INPUT->str('name'));
/plugin/userhistory/
H A Dadmin.php34 global $auth;
37 $user_list = $auth->retrieveUsers ( );
/plugin/userimportextended/
H A Dadmin.php27 global $auth;
29 if (!$auth instanceof auth_plugin_authplain) {
34 $this->_auth = $auth;
337 global $auth;
341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
349 if($clean) $user[4] = array_map(array($auth,'cleanGroup'),$user[4]);
/plugin/usermanagerextended/action/
H A Dextend.php69 global $auth, $conf;
73 $existingUser = $auth->getUserData($modUser);
/plugin/vbsso/
H A DREADME.md30 * Installed DokuWiki default auth plugin `authplain`.
/plugin/vbsso/includes/
H A Dapi.php67 … $auth = (class_exists('auth_plugin_authplain')) ? new auth_plugin_authplain() : new auth_plain();
76 if (!$user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]) and $create_user) {
77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
79 $user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]);
164 … $auth = (class_exists('auth_plugin_authplain')) ? new auth_plugin_authplain() : new auth_plain();
165 $auth->modifyUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], $changes);
266 global $conf, $auth, $USERINFO;
268 if (!$auth) {
271 $USERINFO = $auth->getUserData($user);
/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/vkeyboard/
H A Dvkeyboard.js.unc1577 * @auth: http://www.scottklarr.com/topic/425/
/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 Dhelper.php29 /* @var \DokuWiki_Auth_Plugin $auth */
30 global $auth;
31 if ($auth === null) return '';
92 /* @var DokuWiki_Auth_Plugin $auth */
93 global $auth;
94 if ($auth === null) return false; // no valid auth setup
101 if (empty($auth->retrieveUsers(0, 1, array('grps' => ltrim($item, '@'))))) {
105 if ($auth->getUserData($item) === false) {
127 /* @var DokuWiki_Auth_Plugin $auth */
[all...]
H A Dsyntax.php54 /* @var DokuWiki_Auth_Plugin $auth */
55 global $auth;
128 /** @var \DokuWiki_Auth_Plugin $auth */
129 global $auth;
/plugin/webdav/core/Backend/
H A DAuth.php28 global $auth;
32 $check = $auth->checkPass($username, $password);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md71 * #657: Support for optional auth using `{DAV:}unauthorized` and `{DAV:}all`
967 * #568: Support empty usernames and passwords in basic auth.
1359 * Fixed: HTTP basic auth did not correctly deal with passwords containing colons
1983 * Added: Example sql for auth, caldav, locks for sqlite.
2196 * Added: Ability to choose to use auth-int, auth or both for HTTP Digest
2234 * Fixed: Digest auth for non-apache servers had a bug (still not actually tested
2277 * Fixed: auth-int is now properly supported within HTTP Digest.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php95 $auth = new HTTP\Auth\Basic(
101 $userpass = $auth->getCredentials();
135 $auth = new HTTP\Auth\Basic(
140 $auth->requireLogin();
H A DAbstractBearer.php88 $auth = new HTTP\Auth\Bearer(
94 $bearerToken = $auth->getToken($request);
129 $auth = new HTTP\Auth\Bearer(
134 $auth->requireLogin();
H A DAbstractDigest.php152 $auth = new HTTP\Auth\Digest(
157 $auth->init();
160 $auth->requireLogin();
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
32 if (!$auth) {
36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
31 if (!$auth) {
35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') {
39 return substr($auth, 7);
/plugin/xcom/scripts/
H A Dxcom_save.php125 … $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($this->page));
127 if($auth < 4) {
189 $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($id));
191 if($auth < 8) {
201 $this->media_save($ftmp,$id,$auth);
204 function media_save($file_name,$id,$auth=255) { argument
209 $res = media_save($file, $id, $ow, $auth, $move) ;

1...<<1112