Triggering custom email notifications when members change passwords
The Problem
I want to send a custom email to my members whenever they change their password to confirm that their password has been updated. Currently, member.updated doesn’t trigger when a password is changed, so I can’t detect this event reliably.
Why It's Important
Confirming password changes is important for security and for keeping members informed. Without this, members may be unsure if their password was successfully updated, and I can’t provide a seamless notification experience.
What Have You Tried?
I’ve checked the member.updated event, but it doesn’t fire for password changes. I haven’t found any alternative events that trigger specifically on password updates.
Suggested Solutions
-
Provide a dedicated event that triggers whenever a member’s password is changed.
-
Allow custom emails to be sent from my own server when a password change occurs, rather than relying solely on Memberstack’s built-in emails.
Comments
0 comments
Please sign in to leave a comment.