Added by Daniel Kastl over 6 years ago
Is there a a way to reset a password via ReST API?
I tried to submit a POST request to /account/lost_password
similar to the form on the lost password page, but this would require an "authenticity_token".
Do you know, how to submit a lost password request without going to the /account/lost_password
page?
You could send a PUT-request to the /users/:id.:format
endpoint. See Rest_Users.