Impossible to update text prompt - reset-password

https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates#available-variables

Hi, impossible to update backToLoginLinkText, always getting a 400 error from the api.
Any help on this ?

1 Like

Hey there!

Are you able to provide more context around the error?

Ok I was able to identify the error. the yaml key was incorrect.

  reset-password:
    reset-password-request:
      backToLoginLinkText: Back to the login page

This is correct.

I put before

  reset-password:
    reset-password:
      backToLoginLinkText: Back to the login page

Which was not correct. It’s very hard to retro engineer the yaml conf file. Maybe more example of this file would be very helpful.
You can close this topic.