Lines Matching +full:password -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

77     // 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 for encrypting
433 * @param string $secret The secret/password that shall be used
459 * @param string $secret The secret/password that shall be used
880 * Create a pronouncable password
882 * The $foruser variable might be used by plugins to run additional password
885 * @param string $foruser username for which the password is generated
886 * @return string pronouncable password
897 'password' => '',
910 $data['password'] .= $c[auth_random(0, strlen($c) - 1)];
911 $data['password'] .= $v[auth_random(0, strlen($v) - 1)];
912 $data['password'] .= $a[auth_random(0, strlen($a) - 1)];
915 $data['password'] .= $s[auth_random(0, strlen($s) - 1)] . auth_random(10, 99);
919 return $data['password'];
923 * Sends a password to the given user
928 * @param string $password The new password in clear text
931 function auth_sendPassword($user, $password)
943 $text = rawLocale('password');
947 'PASSWORD' => $password
991 $pass = auth_pwgen($login); // automatically generate password
1022 // autogenerated password? then send password to user
1172 * Send a new password
1174 * This function handles both phases of the password reset:
1176 * - handling the first request of password reset
1177 * - validating the password reset auth token
1226 if (!$conf['autopasswd']) { // we let the user choose a password
1229 // password given correctly?
1241 } else { // autogenerate the password and send by mail
1300 * Encrypts a password using the given method and salt
1307 * @param string $clear The clear text password
1310 * @return string The crypted password
1329 * Verifies a cleartext password against a crypted hash
1331 * @param string $clear The clear text password
1348 * @param string $pass encrypted password
1385 * Returns the user, (encrypted) password and sticky bit from cookie