I am trying to update the forgotPasswordText on new universal login. I was able to use PUT /api/v2/prompts/login/custom-text/en and then GET/api/v2/prompts/login/custom-text/en to see updated text. However on universal login it doesn’t display updated text. Please advise.
{
“login”: {
“forgotPasswordText”: “Click here if you don’t remember your password”
}
}
Thank you for posting this topic on the Auth0 Community!
I tested the PUT /api/v2/prompts/login/custom-text/en endpoint and the text was updated in the universal login widget.
It’s weird why it’s not working for you. I wonder if the bearer token used in your API request is associated with the correct tenant. Does the same behavior happen with Chrome incognito mode?
The bearer token is from the correct tenant’s Auth0 Management API and in Chrome incognito mode the forgotPasswordText doesn’t reflect the update as well.
Could you please check if “Customize Login Page” is enabled under Branding → Universal Login → Advanced Option → Login Tab? If it’s enabled, that could cause the change to the new UL template not reflected in the UI.
If “Customize Login Page” is enabled, we need to use “Lock” to update the Login widget and select “Classic” under “Universal Login” settings and save the change. If your tenant has “New Universal Login” enabled, please disable “Customize Login Page”, “Customize Password Reset Page” and “Customize MFA page”, and customize the login text prompts with the Auth0 Management API request.