Home
last modified time | relevance | path

Searched refs:password (Results 101 – 125 of 387) sorted by relevance

12345678910>>...16

/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js10 this.password = ' value="' + JSINFO['crypto_password'] + '"';
12 this.password = "";
32 … type="password" class="edit" id="toggle_encryption_dialog_password"' + this.password + '/></td>' +
/plugin/passwords/
H A Dsyntax.php129 $password = '';
133 $password .= $c;
135 return $password;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php110 * @param string $password
113 function validatePassword($password) { argument
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
/plugin/phpipam/
H A Dphpipam-api.php221 * @param bool|string $password (default: false)
224 …api_url = false, $app_id = false, $api_key = false, $username = false, $password = false, $result_… argument
238 if ($username!==false && $password!==false) {
239 $this->set_api_authparams ($username, $password);
490 * @param bool $password (default: false)
493 public function set_api_authparams ($username = false, $password = false) { argument
494 if($username===false || $password===false) {
499 $this->api_password = $password;
/plugin/freechat/phpfreechat/src/commands/
H A Didentify.class.php45 $password = trim($param);
53 $c->admins[$sender] == $password )
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php156 public $password; variable in Google\\Service\\Directory\\User
671 public function setPassword($password) argument
673 $this->password = $password;
680 return $this->password;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php36 if (!$message->has('password')) {
37 throw new SaslEncodingException('The PLAIN message must contain a password.');
41 $password = $this->validate($message->get('password'));
43 return $authzid . "\x00" . $authcid . "\x00" . $password;
58 'password' => $matches[3],
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php84 if (!(isset($options['username']) && isset($options['password']))) {
85 throw new SaslException('A username and password is required for a client response.');
89 'digest' => $this->generateDigest($received->get('challenge'), $options['password']),
103 if (!isset($options['password'])) {
104 throw new SaslException('To validate the client response you must supply the password option.');
109 $password = $options['password'];
110 if (!is_callable($password)) {
111 throw new SaslException('The password option must be callable. It will be passed the username and challenge');
113 $expectedDigest = $password(
[all...]
H A DPlainChallenge.php67 $password = $message->get('password');
70 $this->context->setIsAuthenticated((bool) $options['validate']($authzId, $authcId, $password));
80 if (!isset($options['password'])) {
81 throw new SaslException('You must supply a password for the PLAIN mechanism.');
86 'password' => $options['password'],
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php16 private $password; variable in helper_plugin_bugzillaint_bugzillaclient
22 public function setCredentials( $login, $password ) { argument
24 $this->password = $password;
336 if ( !!$this->login && !!$this->password ) {
338 $params["Bugzilla_password"] = $this->password;
/plugin/authucenter/lib/uc_client/model/
H A Duser.php119 function check_login($username, $password, &$user) { argument
123 } elseif($user['password'] != md5(md5($password).$user['salt'])) {
129 …function add_user($username, $password, $email, $uid = 0, $questionid = '', $answer = '', $regip =… argument
132 $password = md5(md5($password).$salt);
135 …O ".UC_DBTABLEPRE."members SET $sqladd username='$username', password='$password', email='$email',…
/plugin/authremoteuser/
H A DREADME.md100 *AuthRemoteUser*, won't contain an encrypted password.
104 able to login using their (hopefully yet known) password. All other users can
105 use the *forget my password* link.
113 loginname:password:Real Name:email:groups
119 * `password`:
120 Encrypted password if user id was added using *authplain*, otherwise empty.
/plugin/zenlogin/
H A Daction.php77 function zenphoto_hashpw($user, $password) { argument
78 return md5($user.$password.$this->zp_userpass_hash);
86 function zenphoto_login($user, $password, $sticky=true) { argument
100 $pwhash = $this->zenphoto_hashpw($user, $password);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php48 * @param string $password
51 abstract protected function validateUserPass($username, $password); argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php98 * @param string $password
104 public function __construct($host, $database, $username, $password, $table='getid3_cache') { argument
112 $this->connection = mysql_pconnect($host, $username, $password);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php48 * @param string $password
51 abstract protected function validateUserPass($username, $password); argument
/plugin/authradius/
H A Dmschap.php90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password) argument
93 $pwhash = NtPasswordHash($password);
/plugin/youtrack/
H A Dhelper.php159 $password = $this->getConf('password');
162 if (empty($user) || empty($password) || empty($url)) {
174 "password" => $password
/plugin/userimportextended/lang/en/
H A Dintro.txt3 …ith at least five columns. The columns must contain, in order: user-id, password, full name, email…
10 Each successfully imported user will receive an email with their username and password.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php128 if ($this->options['password']) {
129 $connector->setPassword($this->options['password']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php43 * @param string $password optional
46 public static function load($key, $password = '') argument
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example28 $conf['auth']['mysql']['password'] = '';
36 /* Normally password encryption is done by DokuWiki (recommended) but for
38 * Set 'forwardClearPass' to '1' and the cleartext password is forwarded to
55 * should be a table with exact one line containing at least the password
59 * The module access the password as 'pass' so a alias might be necessary.
63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
75 * 'pass' containing the encrypted or clear text password
136 * to store are: login name, password, email address and full name.
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
/plugin/mantis/lib/
H A Dclass.soapclient.php29 var $password = ''; // Password for HTTP authentication variable in nusoap_client
366 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
425 …$http->setCredentials($this->username, $this->password, $this->authtype, array(), $this->certReque…
604 * @param string $password
609 function setCredentials($username, $password, $authtype = 'basic', $certRequest = array()) { argument
613 $this->password = $password;
708 $proxy->password = $this->password;
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.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 + '|' + …
517 xr.open(this.method, this.url, true, this.username, this.password);
/plugin/sqlquery/
H A Dsyntax.php83 $password = $this->getConf('password');
89 $link = mysqli_connect($host, $user, $password, $DB);

12345678910>>...16