is there any way to change user password through admin API ?
s
steep-lamp-91158
08/01/2022, 8:01 AM
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
nice-nail-87463
08/01/2022, 8:44 AM
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
steep-lamp-91158
08/01/2022, 8:47 AM
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?