Change password email template not updating

Problem statement

I have created Applications, Custom Login page, and Email Template using Terraform. The change password email template is not updating.

Cause

There are two password reset templates, change_password is a legacy template, and it is often confused with the current reset password template (reset_email).

Solution

Check that the reset_email template is the one being created and updated, not the legacy change_password template.

https://registry.terraform.io/providers/auth0/auth0/latest/docs/resources/email_template

1 Like