What is the action hook to use if you want to capture the new password during password change?
I have been looking around the core files searching for hooks, there were very few when it comes to hooking into edit_user() function which updates the user data in profile.php page, so I have finished with some workarounds: My workaround is to save the user’s password in a custom option before the password was updated, … Read more