Is it possible to override field label on login/sign up Universal login via Liquid templates?

I am looking for a way to rename “Email address” (usernamePlaceholder variable in universal login template) to “Work email address” but no luck so far :slight_smile:

I have tried variable assigning from here Variable – Liquid template language and also tried to look for ways to change this value in Auth0 UI and/or for a similar topic in here.

Any help appreciated! :slight_smile:

Looking for the same approach.
We are using a login/signup form - Classic template

We already have placeholders for fields like Email, Password, etc. Instead, we are looking to add a label to these fields instead of placeholders for better user accessibility.

Not able to find any parameters in this doc Lock Configuration Options

Any workaround we have?
Thanks!

Hi Ankitha,

You can modify the input field placeholder using Lock.js languageDictionary in the Classic Universal Loign Page.

https://auth0.com/docs/libraries/lock/lock-configuration#languagedictionary-object-

Secondly, if you are using using a New Universal Login Page, Text elements can be customized via Dashboard or Management API. Please take a look here for each prompt and relevant text fields.
https://auth0.com/docs/customize/login-pages/universal-login/customize-text-elements

Thanks for your reply @tanver.hasan!

Currently using the Classic Universal Login Page.

And the request was to add labels above each field, something like this :point_down:

But unable to find any parameter in this https://auth0.com/docs/libraries/lock/lock-configuration#languagedictionary-object- that could help here.

Could you please guide me here?

Thanks again!
Ankitha.