• Is it possible to NOT email all users that their passwords were reset? I have a site where I maintain hundreds of fictional users and I’m looking for a way to reset all of the passwords, but the emails are also fictitious, so I’m trying to avoid receiving hundreds of bounced emails.

Viewing 1 replies (of 1 total)
  • anonymized-17692928

    (@anonymized-17692928)

    Comment out line 79 in the plugin:

    //wp_mail($user->user_email,'Password reset for '.site_url(),$message);

Viewing 1 replies (of 1 total)
  • The topic ‘Reset Passwords Without Email?’ is closed to new replies.