[wp-trac] [WordPress Trac] #20007: Add options & UI for admin registration and password reset notifications

WordPress Trac noreply at wordpress.org
Wed Jul 13 17:55:21 UTC 2022


#20007: Add options & UI for admin registration and password reset notifications
-------------------------------------------------+-------------------------
 Reporter:  Veraxus                              |       Owner:  (none)
     Type:  enhancement                          |      Status:  closed
 Priority:  normal                               |   Milestone:
Component:  Administration                       |     Version:  3.4
 Severity:  normal                               |  Resolution:  maybelater
 Keywords:  has-patch needs-refresh changes-     |     Focuses:
  requested                                      |
-------------------------------------------------+-------------------------
Changes (by desrosj):

 * keywords:  has-patch needs-testing needs-screenshots => has-patch needs-
     refresh changes-requested
 * status:  reopened => closed
 * resolution:   => maybelater


Comment:

 I'm going to close this out as a `maybelater`.

 While it's a valid request, it doesn't seem like a good change when
 evaluated against the [https://wordpress.org/about/philosophy/ project's
 philosophies]. The lack of activity on this ticket in the last 10 years
 also is telling that it's not something that's in high demand.

 Since this ticket was created, the code related to sending these emails
 has been updated to use an action hook instead of being called directly
 (see [34107] and [34251] from #33587). It's now much easier to disable
 these emails:

 {{{
 remove_action( 'after_password_reset', 'wp_password_change_notification'
 );
 remove_action( 'register_new_user', 'wp_send_new_user_notifications' );
 }}}

 If this were to be reopened, the patch would need to be updated to reflect
 these changes.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/20007#comment:20>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list