Title: Duplicate admin notification
Last modified: December 7, 2019

---

# Duplicate admin notification

 *  Resolved [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/)
 * Hi
 * Thanks for your plugin. I am trying it out for the first time and have some queries.
   I mention a couple here and another in a new discussion.
 * Firstly, I am using your plugin with latest WordPress, BBPress 2.6.x and Theme
   My Login.
 * Issue 1
    I notice on your change log it warns it has not been tested with latest
   version. Can that be resolved?
 * Issue 2
    When the user clicks Register my primary admin account is receiving 
   two emails in stead of just one. Why is this?
 * I will ask my other question separately.
 * Thanks.
 * Andy

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Konstantin Obenland](https://wordpress.org/support/users/obenland/)
 * (@obenland)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/#post-12215310)
 * Hi,
 * As I said in the other thread you opened, this is a free plugin, maintained in
   my spare time. Absolutely I can test it with the latest version and update that
   information, but frankly it is not on the top of my list of priorities.
 * I keep up with Core development, and if there are backwards-compatibility breaking
   changes I will make the necessary updates. In lieu of those however, I trust 
   that it continues to work until I get around to shipping another update.
 * Thanks,
    Konstantin
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/#post-12215523)
 * Thank you. So this issue doesn’t happen for you?
 * I will try to find out what is happening. Somehow.
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/#post-12216508)
 * I think the issue lies with “Theme My Login”. I have contacted them. Both your
   plugins send notification emails and thus the double email.
 * Somehow I need to use just yours for notifications and not his. Will let you 
   know of any resolution for others benefit.
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/#post-12217454)
 * Resolved:
 *     ```
       // ==============================================================
       // Switch off Theme My Login notifications because WP Approve User manages it
       add_filter( 'tml_send_new_user_notification', '__return_false' );
       add_filter( 'tml_send_new_user_admin_notification', '__return_false' );
       // ============================================================== 
       ```
   
 * This works well.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Duplicate admin notification’ is closed to new replies.

 * ![](https://ps.w.org/wp-approve-user/assets/icon-256x256.png?rev=3013178)
 * [WP Approve User](https://wordpress.org/plugins/wp-approve-user/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-approve-user/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-approve-user/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-approve-user/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-approve-user/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-approve-user/reviews/)

## Tags

 * [duplicate](https://wordpress.org/support/topic-tag/duplicate/)
 * [register](https://wordpress.org/support/topic-tag/register/)

 * 4 replies
 * 2 participants
 * Last reply from: [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/duplicate-admin-notification/#post-12217454)
 * Status: resolved