• Resolved WayneM1

    (@waynem1)


    I’d really like it if the plugin did not send out an email saying “You have been denied access to…”

    When I’m using the registration moderation feature, I would like to approve new users and have them get the “approved” (activated, welcome) email – that’s cool.

    When I do not want to approve a user and then click on “delete”, I just want the registration to be deleted and go away. I do not want to send an email to a user that is not approved. I’m using the moderation feature to weed out registrations of people that are spammers (or for any other reason) who I don’t want to deal with, or have emails go back and forth with. So, once I click delete – they don’t need to be notified of anything.

    Is there a way to make this an option?

    There are nice checkbox options to disable other notifications.

    Thanks! ??

    https://www.ads-software.com/plugins/theme-my-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WayneM1

    (@waynem1)

    Asked about this over a year ago and received no response. Would really like to at least have this request acknowledged in some meaningful way.

    If there is no intention to implement this as an option, then perhaps a suggestion on something I can add to my functions.php that might work to disable the “denied” emails?

    Thanks again for your great plugin.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    This should do it.

    remove_action( 'delete_user', array( Theme_My_Login_User_Moderation_Admin::get_object(), 'deny_user' ) );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Option to not send "registration denied" email please’ is closed to new replies.