Home
last modified time | relevance | path

Searched refs:password (Results 176 – 200 of 387) sorted by relevance

12345678910>>...16

/plugin/webdavclient/db/
H A Dupdate0001.sql8 password text, field
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHttpHeadTest.php79 $authBackend = new Auth\Backend\BasicCallBack(function($userName,$password) use (&$count) {
/plugin/archivegenerator/lang/en/
H A Dintro.txt5 ''admin'' user is created. Please provide email and password for that admin user below.
/plugin/eventum/XML/
H A DRPC.php838 $this->password = $p;
864 $this->password);
879 * @param string $password a password for accessing the RPC server
888 $username = '', $password = '') argument
892 $this->setCredentials($username, $password);
1022 . base64_encode("$this->username:$this->password")
/plugin/pgpinlinesupport/
H A DREADME.MD21 6) Press decrypt and enter your password
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php82 * A simple username/password bind. It should simply return true or false for whether the username and password is
88 public function bind(string $username, string $password): bool;
87 bind(string $username, string $password) global() argument
H A DGenericRequestHandler.php44 public function bind(string $username, string $password): bool
43 bind(string $username, string $password) global() argument
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.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-script-xml.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…
441 xr.open(this.method,this.url,true,this.username,this.password);
/plugin/passpolicy/
H A Dhelper.php508 * @param string $password
511 protected function isLeaked($password) argument
513 $sha1 = sha1($password);
H A DREADME3 Integrates password policy settings into DokuWiki
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php488 public function withUserInfo($user, $password = null) argument
491 if ($password !== null) {
492 $info .= ':' . $this->filterUserInfoComponent($password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2366 private function login_helper($username, $password = null) argument
2397 …return !Strings::is_stringable($password) && !is_array($password) ? false : $this->keyboard_intera…
2400 if ($password instanceof PrivateKey) {
2401 return $this->privatekey_login($username, $password);
2404 if ($password instanceof Agent) {
2405 return $this->ssh_agent_login($username, $password);
2408 if (is_array($password)) {
2416 if (!isset($password)) {
2450 $password
2508 * @param string|array $password
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Dlogin.css29 .form-login input[type="password"] {
/plugin/statistics/inc/
H A DBrowscap.php404 * @param string $password Password (when requiring authentication)
408 public function addProxySettings($server, $port = 3128, $wrapper = 'http', $username = null, $password = null) argument
416 if (isset($username) && isset($password)) {
417 $settings[$wrapper]['header'] = 'Proxy-Authorization: Basic '.base64_encode($username.':'.$password);
/plugin/authjoomla3/
H A Dauth.php70 $this->conf['pass'] = $this->joomlaConfig->password;
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php79 'pass' => 'password',
/plugin/webdavclient/
H A Dhelper.php407 * @param string $password The password for logging in
417 …public function addConnection($uri, $username, $password, $displayname, $description, $type, $sync… argument
424 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
433 …$res = $sqlite->query($query, $uri, $displayname, $description, $username, $password, $dwuser, $ty…
531 * @param string $password The password for login
535 public function queryServer($uri, $username, $password) argument
564 $conn['password'] = $password;
/plugin/farmer/admin/
H A Dnew.php124 $form->addPasswordInput('adminPassword', $this->getLang('admin password'));
349 * @param $password
352 protected function makeAdminLine($password)
354 $pass = auth_cryptPassword($password);
309 makeAdminLine($password) global() argument
/plugin/advanced/lang/en/config/
H A Dusers.txt8 …* **Password** - Encrypted password. The encryption method can be anything accepted by [[doku>conf…
/plugin/forceuserchange/
H A DREADME3 Enforce password change before user can log in.
/plugin/docimporter/
H A Daction.php110 $password = $this->getConf('api_password');
H A D.action.php.swp26 ….login', $username, $password);� $client = new IXR_Client('http://localhost/dokuwiki/lib/ex…
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb102 server.password = wiki_information[:password]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst70 <p>{{ forms.input('password', null, 'password') }}</p>

12345678910>>...16