How to change verification email to change password email when user is added to tenant

How to change the default verification e-mail that users get when they are first added to a tenant, to the default reset password template ? Basically I want to switch the verification e-mail that a user gets first with the default reset password one. I am using the universal login experience. Is that possible and if so how ?

Hi @QuestionsAsAService

Thank you for reaching out to us!

I would say that for your use-case, you can implement the desired logic via a Post-user Registration Action to generate a Password Change ticket which you can then send to your users for them to change their password. Going in with this route, it is recommended to also setup a Custom SMTP Email provider instead of using the built-in Auth0 provider, as our standard one is mainly intended for testing purposes and not for production environments.

Allow me to share some useful documentations that can help with your integration:

This last doc goes over a slightly different flow, but I wanted to share it in case that approach makes more sense for your environment.

Please do not hesitate to reach out to us for any other issues or requests!

Have a great one!
Gerald

1 Like

Thank you for your quick reply :slight_smile: I have one more question, if it’s not fit in here I can open a new thread. When someone resets their password they are not redirected to the desired URL defined in the template (Redirect To) :frowning: