Hello,

it is perfectly possible to reset the forgotten password via execute-actions-email on UsersResource which leads to generation of email containing the link for completing the password reset action (e.g: http://localhost:8080/auth/realms/publicRealm/login-actions/execute-actions?key=q8ySsRJNmt0G_LUP3IlL_TvNTTSiGnKa9ScRC7HxtOU.8b26e57f-811b-4a77-bc35-47c37a03909e)
Reset password flows ends in account client where the user changes the password to the one he likes. 

How would  it be possible to finish the flow without with interacting with account client? E.g. directly set new credential via REST call?


Best regards,
Bystrik