Action hook 'validate_password_reset'

in WP Core File wp-login.php at line 991

Description

Fires before the password reset procedure is validated.

Occurrences

Filename Line Number
wp-login.php 991

Parameters

Type Name Description
WP_Error $errors WP Error object.
WP_User|WP_Error $user WP_User object if the login and reset key match. WP_Error object otherwise.

PHP Doc

/**
		 * Fires before the password reset procedure is validated.
		 *
		 * @since 3.5.0
		 *
		 * @param WP_Error         $errors WP Error object.
		 * @param WP_User|WP_Error $user   WP_User object if the login and reset key match. WP_Error object otherwise.
		 */