/dokuwiki/inc/Action/ |
H A D | Resendpwd.php | 107 $pass = $INPUT->str('pass'); 110 if (!$pass) return false; 111 if ($pass != $INPUT->str('passchk')) { 117 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) { 122 $pass = auth_pwgen($user); 123 if (!$auth->triggerUserMod('modify', [$user, ['pass' => $pass]])) { 128 if (auth_sendPassword($user, $pass)) { [all...] |
H A D | Sitemap.php | 59 //use x-sendfile header to pass the delivery to compatible webservers
|
/dokuwiki/inc/ |
H A D | auth.php | 234 $_SESSION[DOKU_COOKIE]['auth']['pass'] = 'nope'; 279 * @param string $pass Cleartext Password 287 function auth_login($user, $pass, $sticky = false, $silent = false) 301 if (!empty($pass) && $auth->checkPass($user, $pass)) { 305 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky); 318 [$user, $sticky, $pass] = auth_getCookie(); 319 if ($user && $pass) { 330 ($session['pass'] == sha1($pass)) 207 auth_login($user, $pass, $sticky = false, $silent = false) global() argument 1246 auth_setCookie($user, $pass, $sticky) global() argument [all...] |
/dokuwiki/lib/plugins/authpdo/conf/ |
H A D | metadata.php | 12 $meta['pass'] = array('password', '_caution' => 'danger', '_code' => 'base64'); 14 $meta['check-pass'] = array('', '_caution' => 'danger'); 23 $meta['update-user-pass'] = array('', '_caution' => 'danger');
|
H A D | default.php | 12 $conf['pass'] = ''; 28 $conf['check-pass'] = ''; 98 $conf['update-user-pass'] = '';
|
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 10 * uid login pass firstname lastname email 59 * The plugin accesses the password as 'pass' so an alias might be necessary. 63 * %{pass} encrypted or clear text password (depends on 'encryptPass') 66 $conf['plugin']['authmysql']['checkPass'] = "SELECT pass 75 * 'pass' containing the encrypted or clear text password 85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail 140 * %{pass} password (encrypted or clear text, depends on 'encryptPass') 145 (login, pass, email, firstname, lastname) 146 VALUES ('%{user}', '%{pass}', '%{email}', 216 * %{pass} passwor [all...] |
/dokuwiki/lib/plugins/authplain/ |
H A D | auth.php | 65 * @param string $pass 68 public function checkPass($user, $pass) 73 return auth_verifyPassword($pass, $this->users[$user]['pass']); 103 * @param string $pass 109 protected function createUserLine($user, $pass, $name, $mail, $grps) 112 $userline = [$user, $pass, $name, $mail, $groups]; 150 $pass = auth_cryptPassword($pwd); 156 $userline = $this->createUserLine($user, $pass, $name, $mail, $grps); 164 'pass' 67 checkPass($user, $pass) global() argument 108 createUserLine($user, $pass, $name, $mail, $grps) global() argument [all...] |
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to 100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation 133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`. 140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
|
/dokuwiki/inc/Extension/ |
H A D | AuthPlugin.php | 190 * @param string $pass Cleartext Password 195 public function trustExternal($user, $pass, $sticky = false) 211 $_SESSION[DOKU_COOKIE]['auth']['pass'] = $pass; 228 * @param string $pass the clear text password 231 public function checkPass($user, $pass) 271 * @param string $pass 277 public function createUser($user, $pass, $name, $mail, $grps = null) 197 trustExternal($user, $pass, $sticky = false) global() argument 233 checkPass($user, $pass) global() argument 279 createUser($user, $pass, $name, $mail, $grps = null) global() argument
|
H A D | SyntaxPlugin.php | 67 * This function can only pass data to render() via its return value - render()
|
H A D | PluginInterface.php | 64 * retrieve a language dependent file and pass to xhtml renderer for display
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 48 conf_decodeString($this->getConf('pass')), 79 ['select-user', 'select-user-groups', 'update-user-pass'] 119 * @param string $pass the clear text password 122 public function checkPass($user, $pass) 129 if ($this->checkConfig(['check-pass'])) { 130 $userdata['clear'] = $pass; 131 $userdata['hash'] = auth_cryptPassword($pass); 132 $result = $this->query($this->getConf('check-pass'), $userdata); 141 return $passhash->verify_hash($pass, $userdata['hash']); 144 return ($pass 162 checkPass($user, $pass) global() argument [all...] |
/dokuwiki/inc/Ui/ |
H A D | UserRegister.php | 47 $input = $form->addPasswordInput('pass', $lang['pass'])->attrs($base_attrs)->addClass('edit');
|
H A D | UserResendPwd.php | 61 $input = $form->addPasswordInput('pass', $lang['pass'])->attr('size', '50')->addClass('edit');
|
H A D | Login.php | 58 $input = $form->addPasswordInput('p', $lang['pass'])->addClass('block edit');
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | cli.php | 155 [$login, $mail, $name, $grps, $pass] = $args; 159 if (empty($pass)) { 161 $pass = auth_pwgen($login); 168 } elseif (!empty($pass)) { 174 if ($auth->triggerUserMod('create', [$login, $pass, $name, $mail, $grps])) {
|
H A D | admin.php | 265 * @var string $pass 375 * @param array $userdata array with name, mail, pass and grps 647 [$user, $pass, $name, $mail, $grps, $passconfirm] = $this->retrieveUser(); 651 if (empty($pass)) { 653 $pass = auth_pwgen($user); 659 } elseif (!$this->verifyPassword($pass, $passconfirm)) { 664 } elseif (!empty($pass)) { 694 if ($ok = $this->auth->triggerUserMod('create', [$user, $pass, $name, $mail, $grps])) { 697 if ($INPUT->has('usernotify') && $pass) { 698 $this->notifyUser($user, $pass); [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 189 $pass = $context[$scheme]['password']; 192 $pass = $context[$scheme]['privkey']; 195 if (!isset($user) || !isset($pass)) { 199 // casting $pass to a string is necessary in the event that it's a \phpseclib3\Crypt\RSA object 200 if (isset(self::$instances[$host][$port][$user][(string) $pass])) { 201 $this->sftp = self::$instances[$host][$port][$user][(string) $pass]; 217 if (!$this->sftp->login($user, $pass)) { 223 if (!$this->sftp->login($user, $pass)) { 227 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
|
/dokuwiki/inc/HTTP/ |
H A D | DokuHTTPClient.php | 31 $this->proxy_pass = conf_decodeString($conf['proxy']['pass']);
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 55 * @param string $pass 59 public function checkPass($user, $pass) 62 if (empty($pass)) return false; 99 if (!@ldap_bind($this->con, $dn, $pass)) { 116 if (!@ldap_bind($this->con, $dn, $pass)) { 344 $pass = auth_decrypt($loginpass, $secret); 347 if (!@ldap_bind($this->con, $dn, $pass)) { 369 $hash = $changes['pass']; 372 $hash = $phash->hash_ssha($changes['pass']); 56 checkPass($user, $pass) global() argument
|
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | Redis.php | 99 if (isset($parsed['pass'])) { 100 $redis->auth($parsed['pass']);
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 27 * $conf['plugin']['authad']['admin_password'] = 'pass'; 156 * @param string $pass 159 public function checkPass($user, $pass) 171 return $adldap->authenticate($this->getUserName($user), $pass); 590 if (isset($changes['pass'])) { 592 $return = $adldap->user()->password($this->getUserName($user), $changes['pass']); 628 * When you pass null as domain, it will reuse any existing domain. 725 // adLDAP expects empty user/pass as NULL, we're less strict FS#2781 154 checkPass($user, $pass) global() argument
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | boo.php | 103 17 => array(//Pass 104 'pass'
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | TableFormatter.php | 126 // first pass for format check and fixed columns 152 // second pass to handle percentages
|
/dokuwiki/inc/Utf8/ |
H A D | Conversion.php | 41 * Pass HTML_ENTITIES and named entities, including & < etc.
|