Skip to content

Disable reset password email #812

Description

@TheRadicalDreamer

Everytime a user resets it's password I receive an email to my admin email.

As far as I know I cannot disable it by a setting.

I can apply the following snippet

add_filter( 'send_password_change_email', '__return_false' );

But I believe it should be somewhere over WordPress settings.

That's all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions