https://pulumi.com logo
Title
s

sparse-spring-91820

12/13/2022, 6:12 PM
Is there an option to create a custom reset password template for Auth0 using pulumi? As far I can see from the documentation, there is only option to customize the login page: https://www.pulumi.com/registry/packages/auth0/api-docs/branding/#brandinguniversallogin Am I missing something?
m

many-telephone-49025

12/13/2022, 6:22 PM
Hi Ivo, You could use https://www.pulumi.com/registry/packages/auth0/api-docs/emailtemplate/ for creating a custom email template
s

sparse-spring-91820

12/13/2022, 6:25 PM
Hello @many-telephone-49025, Thank you for your fast response. If I am not mistaken this is for email templates, right? What I need is to style login, register and reset password pages and not email templates
m

many-telephone-49025

12/13/2022, 6:30 PM
there is the option to set html in the
chnagePassword
and sorry @sparse-spring-91820, i did not see that you asked for the page and not the mail 😞 sorry
Looks like you have to use the Liquid syntax in the html
s

sparse-spring-91820

12/14/2022, 8:45 AM
No worries, I appreciate your help 🙌! It seems that Tenant is the way to go for changing the reset password screen. For the registration screen, I guess I will have to use auth0 API