Hi
The reset-password-email rest web service sends an email to the user with the following content:
Someone just requested to change your Keycloak account's password. If this was you, click on the link below to set a new password:
The link above navigates to a form where the user has to enter his username or email address. After that he retrieves an other email with the following content:
The user can than finally change his password and gets redirected to the keycloak account page.
I think this process is a bit complicated. Isn’t it possible to send just one email? And it would be nice to pass a redirect URI to the web service.
I implemented the described changes to show you what I mean:
https://github.com/gerbermichi/keycloak/commit/1a892b70b1e788dfc5565d29f1eeeab80109d070
Best
Michael