I would like to track when a user changes their password. Is there a way to detect when a password has been changed?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
WordPress sends an email to the admin's email when a user resets their password. To get a notification when a user changes their password you could hook into the When the action is fired WordPress has already validated and updated the user's details we only need to check if the user submitted a password with the request, if it was submitted then the user's password has changed.
|
|||
|