<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi</div><div class=""><br class=""></div><div class="">The&nbsp;reset-password-email rest web service sends an email to the user with the following content:</div><div class="">Someone just requested to change your Keycloak account's password. If this was you, click on the link below to set a new password:&nbsp;</div><div class=""><a href="http://localhost:8081/auth/realms/master/login-actions/password-reset?code=sI_NFQE1iMBoWhBnuoN674eHyBh5IMi_R2QbQ41X5iY.b1cc4d2a-d02d-4819-8156-17b2dd5e034d" class="">http://localhost:8081/auth/realms/master/login-actions/password-reset?code=sI_NFQE1iMBoWhBnuoN674eHyBh5IMi_R2QbQ41X5iY.b1cc4d2a-d02d-4819-8156-17b2dd5e034d</a></div><div class=""><br class=""></div><div class="">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:</div><div class="">Someone just requested to change your Keycloak account's password. If this was you, click on the link below to set a new password:<br class=""><a href="http://localhost:8081/auth/realms/master/login-actions/password-reset?key=Rhs73F1fSOznR-Z3sliNXSVKNBQeKyY8-4qlXqA5buI.b1cc4d2a-d02d-4819-8156-17b2dd5e034d" class="">http://localhost:8081/auth/realms/master/login-actions/password-reset?key=Rhs73F1fSOznR-Z3sliNXSVKNBQeKyY8-4qlXqA5buI.b1cc4d2a-d02d-4819-8156-17b2dd5e034d</a></div><div class=""><br class=""></div><div class="">The user can than finally change his password and gets redirected to the keycloak account page.</div><div class=""><br class=""></div><div class="">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.</div><div class="">I implemented the described changes to show you what I mean:&nbsp;</div><a href="https://github.com/gerbermichi/keycloak/commit/1a892b70b1e788dfc5565d29f1eeeab80109d070" class="">https://github.com/gerbermichi/keycloak/commit/1a892b70b1e788dfc5565d29f1eeeab80109d070</a><div class=""><br class=""></div><div class="">Best</div><div class="">Michael</div></body></html>