/plugin/authhttp/ |
H A D | action.php | 134 $pwd = auth_pwgen(); 138 $form->addHidden($name, $pwd); 166 $pwd = auth_pwgen(); 170 $form->setHiddenField($name, $pwd);
|
/plugin/authgooglesheets/ |
H A D | auth.php | 69 * @param string $pwd 75 public function createUser($user, $pwd, $name, $mail, $grps = null) argument 87 $userData['pass'] = $pwd;
|
/plugin/xcom/scripts/ |
H A D | xml.php | 19 $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 D | xcom_save.php | 77 … 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 D | sample.xcom.ini | 8 pwd=password
|
H A D | xcom.ini | 8 pwd=password
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 206 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 D | auth.php | 152 * @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 D | auth.php | 101 * @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 D | soapconfig.class.php | 107 …$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 D | auth.php | 62 public function createUser($user, $pwd, $name, $mail, $grps = null) argument 69 return parent::createUser($user, $pwd, $name, $mail, $grps);
|
/plugin/authsqlite/ |
H A D | auth.php | 240 * @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 D | auth.php | 414 * @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 D | auth.php | 151 * @param string $pwd 157 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
|
/plugin/fblogin/files/ |
H A D | facebook.class.php | 188 function createUser($user,$pwd,$name,$mail,$grps=null){ argument
|
/plugin/authyubikey/ |
H A D | auth.php.org | 126 * @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 D | auth.php | 169 $pass = auth_cryptPassword($pwd); 183 return $pwd;
|
/plugin/crossdbsqlclient/ |
H A D | descr.txt | 49 {{crossdbsqlclient>postgresql|localhost:54321|testdb|tester|pwd}}
|
/plugin/shibbolethauth/files/ |
H A D | shibboleth.class.php | 421 function createUser($user,$pwd,$name,$mail,$grps=null){ argument 427 $pass = auth_cryptPassword($pwd);
|
/plugin/copypage/ |
H A D | README.md | 24 $ docker run --rm -v `pwd`:/dokuwiki/lib/plugins/copypage -p 80:80 mprasil/dokuwiki:2015-08-10a
|
/plugin/authldaplocal/ |
H A D | auth.php | 341 * @param string $pwd 347 public function createUser($user, $pwd, $name, $mail, $grps = null) { argument
|
/plugin/codemirror/dist/modes/ |
H A D | powershell.min.js | 1 …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 D | tcl.min.js.map | 1 … open package parray \" +\n \"pid pkg::create pkg_mkIndex proc puts pwd re_syntax read rege…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 64.64.js.map | 1 … 'clock',\n 'exec',\n 'glob',\n 'pid',\n 'pwd',\n 'close',…
|
/plugin/xcom/lang/en/ |
H A D | howto.txt | 67 pwd=rpcpwd
|