https://dotdev.co/exploitbox-wordpress-unauthorized-password-reset-vulnerability/
*temporary fix*
*temporary fix*
JavaScript:
//https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from
add_filter( 'wp_mail_from', function( $email ) {
return 'webmaster@mydomainname.com';
});