#39697 closed enhancement (wontfix)
Option in Settings to Disable Password Reset Notifications
Reported by: | s3w47m88 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | Users | Keywords: | |
Focuses: | administration | Cc: |
Description
I would like to request an option in WordPress Settings > General to disable Password Reset notifications.
I am willing to write the code and submit the patch for this if I can get authorization to do so.
I believe this is necessary and should be in Core because it's not increasing the security of WordPress by notifying the site owner every time this is done, and unless the author actually needs this it's otherwise unnecessary tax on the server's mail system.
Thank you for your consideration!
Attachments (1)
Change History (4)
This ticket was mentioned in Slack in #core by noisysocks. View the logs.
4 years ago
#2
@
4 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
@s3w47m88 Thanks for putting forward the suggestion. This ticket was discussed in a triage session in slack (the link requires a Making WordPress slack account - https://wordpress.slack.com/archives/C02RQBWTW/p1588829702393400).
It was noted that there are plugins providing this functionality and that the option can be modified through code using the wp_password_change_notification_email
filter.
The feeling was that the reasons for including this as a core option were not quite strong enough to warrant implementing the feature and that this might actually reduce security for lots of users. Given there are available alternatives, the best option seems to be to close the ticket.
Concept addition to
wp_update_user()
to allow disabling emails through parameters