Forum Replies Created
-
Claudia Dell’OrmeParticipant# il y a 2 années et 5 mois
The problem is that: the stored user_activaction_key (table wp_users) is not hashed but it’s saved as plain text.
Can u fix that?
Claudia Dell’OrmeParticipant# il y a 2 années et 6 moisThe exception is in wp-user.php:
if ( hash_equals( $user->user_activation_key, $key )) { $return = new WP_Error( 'expired_key', __( 'Invalid key. '); $user_id = $user->ID;
There are a comment:
/** * Filters the return value of check_password_reset_key() when an * old-style key is used. * * @since 3.7.0 Previously plain-text keys were stored in the database. * @since 4.3.0 Previously key hashes were stored without an expiration time. * * @param WP_Error $return A WP_Error object denoting an expired key. * Return a WP_User object to validate the key. * @param int $user_id The matched user ID. */
Claudia Dell’OrmeParticipant# il y a 2 années et 6 moisSame problem. How to fix it?
3 sujets de 1 à 3 (sur un total de 3)