Is there an option to create a custom reset passwo...
# general
s
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
Hi Ivo, You could use https://www.pulumi.com/registry/packages/auth0/api-docs/emailtemplate/ for creating a custom email template
s
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
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
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