Hi,
After enabling from admin console the reset password ling appears on the login screen which lets user to enter username and request a link to reset their password.
Is it possible to trigger keycloak to send "Reset Password" email with custom url ?
I guess the "Reset Password" and "Update Account" mails are mixed. I am able to make keycloak to send "Update Account" with execute-actions-mail with "UPDATE_PASSWORD".
I do want to do the similar for "Reset Password"
Why I need, that is because we are not opening the KC user interface for our users we have custom UI.
Thanks in advance