These docs are for AuthRocket 1. Looking for AuthRocket 2 docs?

Personalizing Password Reset Emails

Q: Once a user requests to reset their password, we want send them an email ourselves and redirect them to one of our pages, where they will be able to reset their password. How can we do this?


A: Not a problem. You can disable the automatic email under: Realm -> Settings -> Emails. You can either trigger your own email based on your own logic, or you can configure a Webhook instead (Realm -> Settings -> Webhooks).

Alternatively, you can customize the existing email with the appropriate URL. You can use the {{email}} and {{token}} variables to help populate query parameters in your URL if you want.

Tagged with: password resets emails webhooks

Questions? Find a Typo? Get in touch.