Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: Michael Vail on May 10, 2022, 08:31:23 PM

Title: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: Michael Vail on May 10, 2022, 08:31:23 PM
This a feature change more than a feature request, but I thought it was worth mentioning.

Currently, when a user resets their SMF password, SMF sends an email to the Admin account(s) stating a new user has joined the forum. I've never understood this as the message is not correct. What the message should say, if one should even be sent at all, is something to the affect of "User xxx just reset their password." Personally, I don't see any value for password reset messages going to Admins anyway and think they should just be a silent entry in the user log for tracking only.

It's been this way for as long as I've used SMF so I just thought I'd put it in writing in case the devs wanted to deal with it.

Thank you for the consideration and Happy Hump Day.
Title: Re: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: Sesquipedalian on May 11, 2022, 01:52:04 AM
I was not aware that this happened. I'd call it a bug.
Title: Re: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: Kindred on May 11, 2022, 04:36:57 AM
Can we recreate this?  Because I've never seen this happen on any forum I have managed
Title: Re: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: Illori on May 11, 2022, 05:01:12 AM
this is only when you have the forum set to email activation. i have seen this happen before. they activate their account with the new email address and the admin gets an email that a new member has been created. has been this was since SMF 2.0 at least.

this is not just for setting a new password, but when they change their email address as far as i am aware.
Title: Re: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: Sesquipedalian on May 19, 2022, 07:25:01 PM
I couldn't find a way to reproduce this when a member changes their password, but I could when they changed their email address.

At any rate, #7476 (https://github.com/SimpleMachines/SMF2.1/pull/7476) should take care of all possible situations, because it checks the member's current activation status to make this decision, rather than relying on the presence of a URL parameter.
Title: Re: Changes to Admin Email Notification Process When a User Resets Their Password
Post by: shawnb61 on November 25, 2022, 03:37:26 PM
Fixed in 2.1.3.