Using Liquid to assign prompt:signup:email-in-use

Hello!

I’m trying to change the value of “prompt:signup:email-in-use” for a login experience and leave the rest of the page the same. I read these instructions and am using the CLI to change the custom template. However, I can’t figure out how to do it! My current template looks like this:

<!DOCTYPE html>
<html>
  <head>
    {%- auth0:head -%}
  </head>
  <body>
    {% assign prompt:signup:email-in-use = "New string" %}
    <div>{%- auth0:widget -%}</div>
  </body>
</html>

Hi @JarrekRHolmes,

Welcome to the Auth0 Community!

You need to make a call to the prompts API to update that.

Take a look at this doc that lays it out:

https://auth0.com/docs/brand-and-customize/text-customization-new-universal-login

If you have any questions let me know!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.