I want to create a request from my application. (iOS and Android - Coded with Xamarin).
Explaination:
The request should trigger the WordPress action=lostpassword
. - The user receives an email to reset his password in browser.
OR
The user will be able to set a new password. WordPress send a link to email - where the user has to verify, that he changed the password. Is there any chance to do this with a request to the REST API.
Maybe any similar ideas?
I have already tried:
- Plugins where function was given in documentation but not worked for me
- Manualy called
wp-login.php?action=lostpassword
with body
{ "redirect_to": "", "user_login": "[email protected]", "wp-submit": "Neues+Passwort" }