Custom link in reset password email

Hi all, we need to set a custom link in reset password email for changing the password for business reason (horrible business reason).
Is in Kc a configuration attribute for doing that?

I need the same , can someone please reply here

Can you provide some more detail? How do you want to initiate the email?

Documentation on initiating a required action via API:

https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_executeactionsemail

If you want to customize the template, you can do so by creating a custom email theme. Documentation here:

https://www.keycloak.org/docs/latest/server_development/#creating-a-theme

@ZaheerUdDeen Did you find solution for this?