Home
last modified time | relevance | path

Searched +full:password -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 58) sorted by relevance

123

/dokuwiki/inc/
H A DPassHash.php8 * Password Hashing Class
19 * Verifies a cleartext password against a crypted hash
22 * then the clear text password is crypted using the same method. If both hashs
28 * @param string $clear Clear-Text password
40 // This may be an updated password from user_update_7000(). Such hashes
161 // Password hashing methods follow below
164 * Password hashing method 'smd5'
178 * @return string Hashed password
193 * Password hashing method 'lsmd5'
201 * @return string Hashed password
[all...]
H A Dauth.php77 // Populate Basic Auth user/password from Authorization header
110 'password' => $INPUT->str('p'),
234 $evdata['password'],
244 * a new login is assumed and user/password are checked. If they
245 * are correct the password is encrypted with blowfish and stored
251 * crypted password and browserID match between session and cookie
255 * blowfish encrypted password from the cookie is decrypted and
262 * @param string $pass Cleartext Password
362 * Creates a random key to encrypt the password in cookies
364 * This function tries to read the password fo
831 auth_sendPassword($user, $password) global() argument
[all...]
/dokuwiki/inc/Action/
H A DResendpwd.php14 * Handle password recovery
54 * Send a new password
56 * This function handles both phases of the password reset:
58 * - handling the first request of password reset
59 * - validating the password reset auth token
106 if (!$conf['autopasswd']) { // we let the user choose a password
109 // password given correctly?
121 } else { // autogenerate the password and send by mail
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php61 * @param string $password A user's AD password
65 public function authenticate($username, $password, $preventRebind = false) { argument
66 return $this->adldap->authenticate($username, $password, $preventRebind);
72 * If you specify a password here, this can only be performed over SSL
87 if (array_key_exists("password",$attributes) && (!$this->adldap->getUseSSL() && !$this->adldap->getUseTLS())){
315 * Determine a user's password expiry date
333 // Password does not expire
337 // Password has already expired
338 return "Password ha
477 password($username, $password, $isGUID = false) global() argument
518 encodePassword($password) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DUserResendPwd.php8 * DokuWiki Resend Password Request Interface
15 * Display the form to request a new password for an existing account
45 * create a form ui to set new password
74 * create a form ui to request new password
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage
H A Dauth.php58 * Check user+password
61 * plaintext password is correct
177 * @param array $changes array of field/value pairs to be changed (password will be clear text)
199 // update userinfo with new data, remembering to encrypt any password
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php23 * statement to check the password in SQL, optional when above returned clear or hash
80 * Update user data (except password and user name)
94 * Update user password
H A Dmetadata.php12 $meta['pass'] = array('password', '_caution' => 'danger', '_code' => 'base64');
/dokuwiki/conf/
H A Dmysql.conf.php.example28 $conf['plugin']['authmysql']['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 plugin accesses the password as 'pass' so an 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 (encrypte
[all...]
/dokuwiki/inc/Menu/Item/
H A DResendpwd.php8 * Access the "forgot password" dialog
/dokuwiki/lib/plugins/authldap/
H A Dauth.php43 // Add the capabilities to change the password
48 * Check user+password
51 * plaintext password is correct by trying to bind
61 // reject empty password
98 // User/Password bind
317 * Definition of the function modifyUser in order to modify the password
320 * @param array $changes array of field/value pairs to be changed (password will be clear text)
340 // find the old password of the user
357 // we are changing the password on behalf of the user (eg: forgotten password)
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php522 $fieldtype = 'password';
812 // no new password supplied, check if we need to generate one (or it stays unchanged)
849 * Send password change notification email
852 * @param string $password plain text
856 protected function notifyUser($user, $password, $status_alert = true)
859 if ($sent = auth_sendPassword($user, $password)) {
871 * Verify password meets minimum requirements
872 * :TODO: extend to support password strength
874 * @param string $password candidate string for new password
862 notifyUser($user, $password, $status_alert = true) global() argument
886 verifyPassword($password, $confirm) global() argument
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php38 ']" autocomplete="off" type="password" class="edit" value="" ' . $disable . ' />';
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php151 * To indicate to adLDAP to reuse password set by the brower through NTLM or Kerberos
429 * Set the password of an account with higher priviledges
440 * Get the password of the account with higher priviledges
625 // Connect to the AD/LDAP server as the username/password
688 * @param string $password A user's AD password
692 public function authenticate($username, $password, $preventRebind = false) { argument
694 if ($username === NULL || $password === NULL) { return false; }
695 if (empty($username) || empty($password)) { return false; }
711 $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
[all...]
/dokuwiki/lib/plugins/authad/conf/
H A Dmetadata.php9 $meta['admin_password'] = array('password','_caution' => 'danger','_code' => 'base64');
/dokuwiki/
H A Dinstall.php219 <label for="password"><?php echo $lang['pass'] ?></label>
220 <input class="text" type="password" name="d[password]" id="password"/>
223 <input class="text" type="password" name="d[confirm]" id="confirm"/>
307 'password' => '',
341 if (empty($d['password'])) {
344 } elseif (!isset($d['confirm']) || $d['confirm'] != $d['password']) {
414 // hash the password
416 $pass = $phash->hash_bcrypt($d['password']);
[all...]
/dokuwiki/lib/plugins/authldap/conf/
H A Dmetadata.php14 $meta['bindpw'] = array('password','_caution' => 'danger','_code' => 'base64');
/dokuwiki/inc/Extension/
H A DAuthPlugin.php190 * @param string $pass Cleartext Password
219 * Check user+password [ MUST BE OVERRIDDEN ]
222 * plaintext password is correct
228 * @param string $pass the clear text password
290 * @param array $changes array of field/value pairs to be changed (password will be clear text)
/dokuwiki/lib/plugins/authad/
H A Dauth.php32 * // warn user about expiring password this many days in advance:
148 * Check user+password [required auth function]
151 * plaintext password is correct by trying to bind
193 * lastpwd int timestamp of the date when the password was set
194 * expires true if the password expires
195 * expiresin int seconds until the password expires
232 //last password set (Windows counts from January 1st 1601)
589 // password changing
592 $return = $adldap->user()->password($this->getUserName($user), $changes['pass']);
718 // we can change the password i
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php407 var $password = false; global() variable in phpseclib\\Crypt\\RSA
1854 setPassword($password = false) global() argument
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php116 * Check user+password
119 * @param string $pass the clear text password
128 // password checking done in SQL?
137 // we do password checking on our own
139 // hashed password
143 // clear text password in the database O_o
252 * @param array $changes array of field/value pairs to be changed (password will be clear text)
274 // changing the password?
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php14 * if (!$ssh->login('username', 'password')) {
27 * $key = \phpseclib3\Crypt\PublicKeyLoader::load('...', '(optional) password');
2210 * The $password parameter can be a plaintext password, a \phpseclib3\Crypt\RSA|EC|DSA object, a \phpseclib3\System\SSH\Agent object or an array
2264 throw new \UnexpectedValueException('$password needs to either be an instance of \phpseclib3\Crypt\Common\PrivateKey, \System\SSH\Agent, an array or a string');
2306 case 'password':
2341 private function login_helper($username, $password = null)
2357 return $this->login_helper($username, $password);
2388 return !Strings::is_stringable($password) && !is_array($password)
2346 _login_helper($username, $password = null) global() argument
2547 _keyboard_interactive_login($username, $password) global() argument
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php131 * @param string $pass The password
151 'password' => $pass,

123