• Resolved emgraphics

    (@emgraphics)


    Hi – is there a way to stop the admins getting a notice every time a password is reset? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • missveronica

    (@missveronicatv)

    @emgraphics

    Do you get these emails from WP?

    To disable WP sending password reset emails to admin
    you can use this code snippet.

    remove_action( 'after_password_reset', 'wp_password_change_notification' );

    Install the code snippet into your active theme’s functions.php file
    or use the “Code Snippets” plugin.

    https://www.ads-software.com/plugins/code-snippets/

    Plugin Support andrewshu

    (@andrewshu)

    Hi @emgraphics

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘do not want to receive password reset notices’ is closed to new replies.