Home
last modified time | relevance | path

Searched refs:password (Results 151 – 175 of 387) sorted by relevance

12345678910>>...16

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc67 a Basic Auth's password contains special characters such as a pound sign (`#`)
81 // This is effectively equal to: "https://username:password!#$?*abc@foo.com:9200/elastic"
88 'pass' => 'password!#$?*abc'
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js66 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
82 password: password != null? password : '' property in t.open._openArgs
108 …hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
518 xr.open(this.method, this.url, true, this.username, this.password);
H A DJsHttpRequest-form.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
81 password: password != null? password : '' property in t.open._openArgs
107 …hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
/plugin/authhttp/
H A DREADME27 login name", "change password", "add user", "edit user", "delete user"
33 capabilities, the user could attempt to change his password through the
38 between the HTTP authentication (which might eg. use an old password) and
39 DokuWiki's auth plugin (which might have stored a new password somewhere
45 For example, if you configure your Webserver to display the username/password
55 It merely checks that DokuWiki's idea of username/password equals the HTTP
/plugin/encryptedpasswords/
H A Dplugin.info.txt6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The password can be decrypted by clicking them (Javascript must be enabled).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc298 .`setBasicAuthentication(string $username, string $password)`
376 .`setSSLCert(string $cert, string $password = null)`
389 .`setSSLKey(string $key, string $password = null)`
/plugin/authyubikey/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage combined with the two…
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md37 mysql://user:password@127.0.0.1:3306/my_table
41 Both types can have parameters, user, password. The exact definition we are using
231 { user[:password] | :password }
245 password:
/plugin/xcom/scripts/
H A Dsample.xcom.ini8 pwd=password
H A Dxcom.ini8 pwd=password
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php40 var $password = ''; variable in soap_transport_http
361 $this->setCurlOption(CURLOPT_USERPWD, "$this->username:$this->password");
462 * @param string $password
468 …function setCredentials($username, $password, $authtype = 'basic', $digestRequest = array(), $cert… argument
475 …s->setHeader('Authorization', 'Basic '.base64_encode(str_replace(':','',$username).':'.$password));
483 …$username. ':' . (isset($digestRequest['realm']) ? $digestRequest['realm'] : '') . ':' . $password;
531 $this->password = $password;
1076 $this->setCredentials($this->username, $this->password, 'digest', $digestRequest);
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php287 public function setPassword($padID, $password){ argument
290 "password" => $password
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
33 -password='xxxxxxxx'
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php130 $password = isset($settings['password']) ? $settings['password'] : '';
148 $this->addCurlSetting(CURLOPT_USERPWD, $userName . ':' . $password);
/plugin/userimportextended/
H A Dadmin.php361 * @param string $password plain text
365 protected function _notifyUser($user, $password, $status_alert=true) { argument
366 $sent = auth_sendPassword($user,$password);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php85 * A Simple Bind to LDAP with a username and password.
88 * @param string $password
92 public function bind(string $username, string $password): LdapMessageResponse
94 return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['version']));
100 * @param array $options The SASL options (ie. ['username' => '...', 'password' => '...'])
89 bind(string $username, string $password) global() argument
/plugin/magento/
H A Dauth.php475 * @param string $password
479 protected function validateHash($password, $hash) argument
484 return $this->hash($password) === $hash;
486 return $this->hash($hashArr[1] . $password) === $hashArr[0];
/plugin/combo/resources/theme/default/components/css/
H A Dprofile-delete.css32 .form-profile-delete input[type="password"] {
/plugin/autotweet/
H A Dtwitteroauth.php131 function getXAuthToken($username, $password) { argument
134 $parameters['x_auth_password'] = $password;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php80 …vateKey($this->prime, $this->base, $this->privateKey, $this->publicKey, $this->password, $options);
/plugin/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)
/plugin/userhomepage/
H A DREADME.md9 ….geekitude.fr/) is available. Simply log in as **demo** (same string for password) and play around.
/plugin/authucenter/lib/uc_client/
H A Dclient.php355 function uc_user_register($username, $password, $email, $questionid = '', $answer = '', $regip = ''… argument
356 …API_FUNC, 'user', 'register', array('username'=>$username, 'password'=>$password, 'email'=>$email,…
359 function uc_user_login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer … argument
361 …UC_API_FUNC, 'user', 'login', array('username'=>$username, 'password'=>$password, 'isuid'=>$isuid,…
426 function uc_user_merge($oldusername, $newusername, $uid, $password, $email) { argument
427 …'=>$oldusername, 'newusername'=>$newusername, 'uid'=>$uid, 'password'=>$password, 'email'=>$email)…
/plugin/etherpadlite/scripts/
H A Detherpadlite.js12 ep.password = "";
102 ep.password = ep.pwdlg.inp.val();
117 ep.pwdlg.inp.val(ep.password);
123 ep.pwdlg.dlg = jQuery('<div/>').attr('title',ep.lang.password);
145 jQuery('<label/>').attr('for','encpw').text(ep.lang.password+':').appendTo(ep.dlg.encPassword);
366 "isSaveable" : ep.isSaveable, "accessPassword" : ep.password },
595 "isSaveable" : ep.isSaveable, "accessPassword" : ep.password },
/plugin/sympaauth/
H A DREADME10 4- disable password reminding :

12345678910>>...16