3426*3427* @since 1.5.03428*3429* @param WP_User$user The user.3430* @param string$new_passNewuser password.3431*/3432do_action('password_reset',$user,$new_pass);34333434wp_set_password($new_pass,$user->ID);3435update_user_meta($user->ID,'default_password_nag',false);34363437/**3438* Fires after the user's password is reset.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.