Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 25 of 33) sorted by relevance

12

/plugin/authhttp/
H A Daction.php134 $pwd = auth_pwgen();
138 $form->addHidden($name, $pwd);
166 $pwd = auth_pwgen();
170 $form->setHiddenField($name, $pwd);
/plugin/authgooglesheets/
H A Dauth.php69 * @param string $pwd
75 public function createUser($user, $pwd, $name, $mail, $grps = null) argument
87 $userData['pass'] = $pwd;
/plugin/xcom/scripts/
H A Dxml.php19 $client = xcom_connect($url,$credentials->user,$credentials->pwd ,$debug);
116 function xcom_connect($url,$user,$pwd, $debug=false) { argument
120 $client->query('dokuwiki.login',$user,$pwd);
H A Dxcom_save.php77 … return $this->xcom_connect($credentials->url,$credentials->user,$credentials->pwd ,0);
216 function xcom_connect($url,$user,$pwd, $debug=false) { argument
221 $resp = $client->query('dokuwiki.login',$user,$pwd);
H A Dsample.xcom.ini8 pwd=password
H A Dxcom.ini8 pwd=password
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php206 private $pwd = false; variable in phpseclib3\\Net\\SFTP
713 $this->pwd = true;
797 public function pwd() function in phpseclib3\\Net\\SFTP
803 return $this->pwd;
956 $this->pwd = $dir;
1400 $pwd = $this->pwd;
1404 $this->pwd = $pwd;
1465 $pwd = $this->pwd;
1469 $this->pwd = $pwd;
3320 $this->pwd = false;
[all …]
/plugin/authvk/
H A Dauth.php152 * @param string $pwd
158 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
168 $pass = auth_cryptPassword($pwd);
182 return $pwd;
/plugin/authowncloud/
H A Dauth.php101 * @param string $pwd
107 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
110 if(!OC_USER::createUser($user, $pwd)) return null;
/plugin/farm/
H A Dsoapconfig.class.php107 …$pwd = preg_match('`^[0-9abcdef]{32}$`i', $_POST['soap_remoteapp_pwd']) ? strtolower($_POST['soap_…
115 …$block .= 'pwd = '.$pwd.' '.(($pwdclear != $pwd) || ($pwdcomment != '') ? '# '.($pwd != $pwdclear …
/plugin/oauth/
H A Dauth.php62 public function createUser($user, $pwd, $name, $mail, $grps = null) argument
69 return parent::createUser($user, $pwd, $name, $mail, $grps);
/plugin/authsqlite/
H A Dauth.php240 * @param string $pwd encrypted password
250 protected function _addUser($user, $pwd, $name, $mail, $grps) { argument
253 $sql = str_replace('%{pass}', addslashes($pwd), $sql);
/plugin/evesso/
H A Dauth.php414 * @param string $pwd
420 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
426 return parent::createUser($user, $pwd, $name, $mail, $grps);
/plugin/authremoteuser/
H A Dauth.php151 * @param string $pwd
157 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
/plugin/fblogin/files/
H A Dfacebook.class.php188 function createUser($user,$pwd,$name,$mail,$grps=null){ argument
/plugin/authyubikey/
H A Dauth.php.org126 * @param string $pwd
132 public function createUser($user, $pwd, $name, $mail, $grps = null) {
142 $pass = auth_cryptPassword($pwd);
156 return $pwd;
/plugin/authimap2/
H A Dauth.php169 $pass = auth_cryptPassword($pwd);
183 return $pwd;
/plugin/crossdbsqlclient/
H A Ddescr.txt49 {{crossdbsqlclient>postgresql|localhost:54321|testdb|tester|pwd}}
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php421 function createUser($user,$pwd,$name,$mail,$grps=null){ argument
427 $pass = auth_cryptPassword($pwd);
/plugin/copypage/
H A DREADME.md24 $ docker run --rm -v `pwd`:/dokuwiki/lib/plugins/copypage -p 80:80 mprasil/dokuwiki:2015-08-10a
/plugin/authldaplocal/
H A Dauth.php341 * @param string $pwd
347 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1 …asure|mi|mount|move|mp|mv|nal|ndr|ni|nmo|npssc|nsn|nv|ogv|oh|popd|ps|pushd|pwd|r|rbp|rcjb|rcsn|rd|…
H A Dtcl.min.js.map1 … open package parray \" +\n \"pid pkg::create pkg_mkIndex proc puts pwd re_syntax read rege…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D64.64.js.map1 … 'clock',\n 'exec',\n 'glob',\n 'pid',\n 'pwd',\n 'close',…
/plugin/xcom/lang/en/
H A Dhowto.txt67 pwd=rpcpwd

12