Ensure the $wp_hasher
global has an entry in the check_password_reset_key()
DocBlock.
Props lamosty. Fixes #31756. git-svn-id: https://develop.svn.wordpress.org/trunk@31883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b179fe8e95
commit
821ca1e93c
@ -2233,7 +2233,8 @@ function wp_get_password_hint() {
|
||||
* hashing process. This field is now hashed; old values are no longer accepted
|
||||
* but have a different WP_Error code so good user feedback can be provided.
|
||||
*
|
||||
* @global wpdb $wpdb WordPress database object for queries.
|
||||
* @global wpdb $wpdb WordPress database object for queries.
|
||||
* @global PasswordHash $wp_hasher Portable PHP password hashing framework instance.
|
||||
*
|
||||
* @param string $key Hash to validate sending user's password.
|
||||
* @param string $login The user login.
|
||||
|
Loading…
Reference in New Issue
Block a user