Hi,
I have customized my login and other widgets using Universal Login to match my company branding. But when I click on the “Forgot Password” link, it redirects me to the following page. How can I customize the look and feel of this page?
Hi @fnxdemo ,
Thank you for posting this topic on the Auth0 Community!
To customize the Reset Password Email widget, please send a PUT request to the https://{your domain}.us.auth0.com/api/v2/prompts/reset-password/custom-text/en
endpoint with body scripts like this:
{
"reset-password-email": {
"title": "Check your email now"
}
}
This doc explains how to customize the login widgets. Hope this helps!
This topic was automatically closed after 9 days. New replies are no longer allowed.