Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/siteexport/inc/
Dhttpproxy.php59 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/
DTrelloClient.js35 TrelloClient.prototype.authenticate = function(fn, error, force) method in TrelloClient
187 this.authenticate(callback, error, true);
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()
[all …]
DDropboxClient.js101 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()
DGitHubClient.js93 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()
DGitLabClient.js49 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()
/plugin/turnstile/
Dplugin.info.txt5 desc uses turnstile to authenticate user registration/login
/plugin/authgoogle/google/auth/
DGoogle_Auth.php27 abstract public function authenticate($service); function in Google_Auth
DGoogle_AuthNone.php34 public function authenticate($service) {/*noop*/} function in Google_AuthNone
/plugin/pureldap/_test/
H A DADClientTest.php194 $this->assertTrue($client->authenticate('x.guiu', 'Shibol eTH876?!'), 'Password works');
200 … $this->assertTrue($client->authenticate('x.guiu', 'Fully New 1234??'), 'New Password works');
/plugin/authphpbb3/
DREADME.md2 DokuWiki plugin used to authenticate users using phpBB 3.x backend.
/plugin/authgoogle/google/
DGoogle_Client.php124 public function authenticate($code = null) { function in Google_Client
127 return self::$auth->authenticate($service, $code);
/plugin/authgoogle2fa/
DREADME.md5 Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DParrotFlowerPower.php67 return new Uri($this->baseApiUri.'user/v1/authenticate');
/plugin/pureldap/classes/
H A DClient.php145 $this->authenticate($user, $this->config['admin_password']);
164 public function authenticate($user, $pass) function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/authsmartcard/
DREADME.md12 …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/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/authlinotp/
DREADME.md5 Using this plugin you can authenticate the dokuwiki users gainst privacyIDEA.
/plugin/authssocas/vendor/apereo/phpcas/
H A DREADME.md4 phpCAS is an authentication library that allows PHP applications to easily authenticate
/plugin/authjoomla3/
DREADME.md3 #### DokuWiki plugin to authenticate against a Joomla 3 installation
/plugin/pureldap/
H A Dauth.php64 $this->client->authenticate($user, $pass);
/plugin/openid/
Daction.php221 $authenticate = $this->login_user($openid);
222 if ($authenticate) {
/plugin/tokenbucketauth/
DREADME6 An IP address failing too many times to authenticate will be banned from the login form a configura…
/plugin/authmantis/
DREADME.md5 using an external trust mechanism to authenticate users against
/plugin/authgoogle/
Dauth.php92 $client->authenticate($_GET['code']);
/plugin/stdokuwikiconnector/
H A DREADME.md14 * Local DokuWiki file credential authenticate managements.

1234