Overview
This article explains how to change the password reset (code) and password reset (link) templates in Terraform.
- According to the Terraform documentation Resource: auth0_email_template, the value of
template
can be set tochange_password
(legacy) orpassword_reset
(legacy), but these options do not have any affect on the password reset (code) and password reset (link) email templates.
Applies To
- Terraform
- Password Reset Template
Solution
Use the reset_email
resource instead of using change_password
(legacy) and password_reset
(legacy).