Home
last modified time | relevance | path

Searched refs:password (Results 201 – 225 of 387) sorted by relevance

12345678910>>...16

/plugin/authyubikey/
H A Dauth.php.org55 * Check user+password
58 * plaintext password is correct
164 …* @param array $changes array of field/value pairs to be changed (password will be clear text)
178 // update userinfo with new data, remembering to encrypt any password
/plugin/etherpadlite/
H A DREADME.md20 * extra password protection for read/readwrite pad access
86 * Please note that password protection only works for group pads. Additionally, there is a single m…
89 * Encrypted pages are not really encrypted but the etherpad-lite builtin password manager is used.
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php935 public static function PasswordStrength($password) { argument
937 …$strength += strlen(preg_replace('#[^a-z]#', '', $password)) * 0.5; // lowercase characters …
938 …$strength += strlen(preg_replace('#[^A-Z]#', '', $password)) * 0.8; // uppercase characters …
939 …$strength += strlen(preg_replace('#[^0-9]#', '', $password)) * 1.0; // numbers are somewhat …
940 …$strength += strlen(preg_replace('#[a-zA-Z0-9]#', '', $password)) * 2.0; // other non-alphanumeri…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php157 …$type::savePrivateKey($this->p, $this->q, $this->g, $this->y, $this->x, $this->password, $options);
/plugin/pgpinlinesupport/
H A DPlugin.txt38 - Press decrypt and enter your password
/plugin/logautherror/
H A DREADME.markdown5 …il2Ban scans log files like /var/log/pwdfail and bans IP that makes too many password failures.") !
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 _a=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._open…
H A DJsHttpRequest.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 _a=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._open…
387 xr.open(this.method,this.url,true,this.username,this.password);
H A DJsHttpRequest-form.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 _a=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._open…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php63 * @param string $password optional
66 public static function load($key, $password = '') argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php932 * @param string $password
939 public function setPassword($password, $method = 'pbkdf2', ...$func_args) argument
983 $password = "\0" . chunk_split($password, 1, "\0") . "\0";
1012 if (strlen($password)) {
1014 $p .= $password;
1031 $t = $password . $salt;
1045 $hashObj->setKey($password);
1057 $key = hash_pbkdf2($hash, $password, $salt, $count, $dkLen, true);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 _a=this._openArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._open…
387 xr.open(this.method,this.url,true,this.username,this.password);
/plugin/crossdbsqlclient/
H A Ddescr.txt41 {{crossdbsqlclient>type|server|database|user|password}}
/plugin/authsplit/
H A DREADME55 validates both login name and password successfully. If a user is not known
58 If known and the password matches, authsplit then calls the internal helper
114 but with an EMPTY password. This is by intent since passwords are supposed to
117 This also means that an Admin can not specify a password in the user manager
121 password and DokuWiki should not try to generate one for them because it
/plugin/mantis/lib/
H A Dnusoap.php2147 var $password = ''; variable in soap_transport_http
2468 $this->setCurlOption(CURLOPT_USERPWD, "$this->username:$this->password");
2569 * @param string $password
2638 $this->password = $password;
4566 var $password = ''; // Password for HTTP authentication variable in wsdl
5069 * @param string $password
5078 $this->password = $password;
7097 var $password = ''; // Password for HTTP authentication variable in nusoap_client
7672 * @param string $password
7681 $this->password = $password;
[all …]
H A Dclass.wsdl.php54 var $password = ''; // Password for HTTP authentication variable in wsdl
217 …$tr->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certRequest…
557 * @param string $password
562 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
566 $this->password = $password;
/plugin/rdplink/
H A DREADME.md10 Within the RdpEncrypt folder are two utilities you can use to generate an encrypted password for us…
/plugin/remotescript/
H A Dscript.js9password:Q!=null?Q:""};_ldObj=null;_changeReadyState(1,true);return true}};i.send=function(I){if(!… property in i.open._openArgs
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php465 …function sharedapi_post($url, $fields, $username = '', $password = '', $timeout = 5, $connecttimeo… argument
471 curl_setopt($ch, CURLOPT_USERPWD, "$username:$password");
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties163 password_label=Enter the password to open this PDF file.
164 password_invalid=Invalid password. Please try again.
/plugin/aimg/
H A Dscript.js1140 var password = '', password_req = false;
1150 password = prompt('Please enter your password', '');
1156 (password ? '&password=' + escape(password) : '') +
/plugin/dokucrypt2/
H A DREADME.md15 > **!! Warning:** This plugin should not replace a password manager or peer reviewed cryptography tools for high-priority use. Do not store mission critical type data with this plugin - I cannot be sure that the info is not cached by DokuWiki or the web browser.
/plugin/authdrupal8/
H A DREADME.md2 Authentication plugin for dokuwiki, authenticate with Drupal8 accounts to **Drupal10 with changed password hash**
39 * MySQL user and password
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc30 ->setBasicAuthentication('<username>', '<password>')
34 Where <cloud-id> is reported in the Deployment UI, and <username>, <password>
36 <username> and <password> since they will not be available via UI.
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css238 input[type=password] {
239 display: -password

12345678910>>...16