is there any way to change user password through a...
# ory-selfhosting
n
is there any way to change user password through admin API ?
s
no, but you can trigger recovery through the admin API and send the link to the user that way a password is never leaked
n
is there any difference between changing password through public API and admin API except we don't have to init GET /recovery and send a POST to /recovery endpoint?
s
what do you mean by "change password through admin"? you have to initialize a recovery flow and complete it over the public API in both cases, right?
n
yep
s
no, in that case there is no difference