Update user password by an API request
-
Hi, is there already a method or is it possible to update the user password through an api request?
I know about the retrieve_password method https://localhost/api/user/retrieve_password/?user_login=john which will send the password reset email to the user. But in my case I would like to update the password the same way is done to update some user meta, sending in the API request something like the user_login of the user to update the password and the password together with it.Some like:
https://localhost/api/user/update_password/?user_login=john&user_pass=abc12345Is this possible?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update user password by an API request’ is closed to new replies.