Hello, how did you request a password reset that triggered this email?
When l click lost password then go to this /wp-login.php?action=lostpassword
Then I put the email then it send the email.
I used WP Mail Logging plugin to check log email
OK, this plugin does not affect the normal password reset journey you have described, it enables a password reset method that can be used via the WordPress REST API.
i.e. you would need to build your own UI to both request the code email and subsequently validate the code and / or reset the password using the code.
Please check the plugin page / readme for more info…
You mean I need to have reset password page UI not WP right?
Yes, this doesn’t work with the built in WP password reset page. The intention of this plugin is for developers creating 3rd party / headless apps / UIs who want users to be able to reset passwords without visiting the normal WP UI.
I will give it a try.
Thank you