/plugin/siteexport/inc/ |
H A D | httpproxy.php | 59 if (!$this->authenticate()) { 62 if (!(auth_setup() && $this->authenticate(true))) { 63 …ebug("Trying other Authentication (config):", $functions->authenticate() && $this->authenticate(tr… 85 private function authenticate($secondAttempt = false) { function in HTTPProxy
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | TrelloClient.js | 206 this.authenticate(callback, error, true); 216 this.authenticate(callback, error); 264 this.authenticate(callback, error); 288 this.authenticate(callback, error, true); 313 this.authenticate(callback, error); 366 this.authenticate(fn, error, true); 380 this.authenticate(fn, error); 401 this.authenticate(mxUtils.bind(this, function() 421 this.authenticate(mxUtils.bind(this, function() 546 this.authenticate(callback, error, true); [all …]
|
H A D | DropboxClient.js | 101 this.authenticate(mxUtils.bind(this, function() 117 DropboxClient.prototype.authenticate = function(success, error) method in DropboxClient 304 this.authenticate(function() 313 this.authenticate(function() 345 this.authenticate(function() 389 this.authenticate(fn, error); 521 this.authenticate(function() 530 this.authenticate(function() 562 this.authenticate(function()
|
H A D | GitHubClient.js | 93 this.authenticate(mxUtils.bind(this, function() 127 GitHubClient.prototype.authenticate = function(success, error) method in GitHubClient 286 this.authenticate(function() 295 this.authenticate(function() 364 this.authenticate(function()
|
H A D | GitLabClient.js | 49 GitLabClient.prototype.authenticate = function(success, error) method in GitLabClient 224 this.authenticate(function() 233 this.authenticate(function() 303 this.authenticate(function() 1384 this.authenticate(mxUtils.bind(this, function()
|
H A D | NotionClient.js | 69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) method in NotionClient 182 this.authenticate(function()
|
/plugin/authgoogle/google/auth/ |
H A D | Google_Auth.php | 27 abstract public function authenticate($service); function in Google_Auth
|
H A D | Google_AuthNone.php | 34 public function authenticate($service) {/*noop*/} function in Google_AuthNone
|
/plugin/authphpbb3/ |
H A D | README.md | 2 DokuWiki plugin used to authenticate users using phpBB 3.x backend.
|
/plugin/genericsso/ |
H A D | plugin.info.txt |
|
/plugin/authgoogle/google/ |
H A D | Google_Client.php | 124 public function authenticate($code = null) { function in Google_Client 127 return self::$auth->authenticate($service, $code);
|
/plugin/authgoogle2fa/ |
H A D | README.md | 5 Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
|
/plugin/pureldap/classes/ |
H A D | Client.php | 144 $ok = $this->authenticate($user, $this->config['admin_password']); 159 public function authenticate($user, $pass) 151 public function authenticate($user, $pass) global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
H A D | ParrotFlowerPower.php | 67 return new Uri($this->baseApiUri.'user/v1/authenticate');
|
/plugin/pureldap/ |
H A D | auth.php | 63 return $this->client->authenticate($user, $pass);
|
/plugin/authsmartcard/ |
H A D | README.md | 12 …nfigured to use a client certificate (or smartcard), this plugin will authenticate user 'jdoe' by … 42 …/inc/lang/YOUR_CHOSEN_LANGUAGE/login.txt) to have a link for users to authenticate themselves to t…
|
/plugin/authlinotp/ |
H A D | README.md | 5 Using this plugin you can authenticate the dokuwiki users gainst privacyIDEA.
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pusher/
com/ ... |
/plugin/authjoomla3/ |
H A D | README.md | 3 #### DokuWiki plugin to authenticate against a Joomla 3 installation
|
/plugin/tokenbucketauth/ |
H A D | README | 6 An IP address failing too many times to authenticate will be banned from the login form a configura…
|
/plugin/openid/ |
H A D | action.php | 221 $authenticate = $this->login_user($openid); 222 if ($authenticate) {
|
/plugin/authmantis/ |
H A D | README.md | 5 using an external trust mechanism to authenticate users against
|
/plugin/authgoogle/ |
H A D | auth.php | 92 $client->authenticate($_GET['code']);
|
/plugin/authdrupal8/ |
H A D | README.md | 2 Authentication plugin for dokuwiki, authenticate with Drupal8 accounts to **Drupal10 with changed password hash**
|
/plugin/authshibboleth/ |
H A D | README.md | 11 This plugin uses a Shibboleth session to authenticate users. It just takes all required information…
|