Hello, I have read several times that there is not way to update the branding of the Forget Password screen via the Management API. But I need confirmation that it is still not possible.
I need the screen to look like the login and register prompts, which are updated via a POST https://{{tennant}}.auth0.com/api/v2/branding/templates/universal-login
I would expect this endpoint to update all templates of the universal login, including the forget password one, but it doesn’t.
The only way I have found to update the Forget Password page is via the No-Code Editor (which can only update the background) or with ACUL.
So my question was if the Forget Password’s template could be updated with custom HTML without needing to switch to ACUL. Many thanks in advance.
You are correct. With the New Universal Login experience, it is not possible to update the full HTML of the “Forgot Password” screen using the Management API endpoint for the universal login template. That endpoint only affects the login and registration screens.
Another way, other than ACUL, would be to use the Classic Login, which allows you to customize the template. Here is a link to our docs, in case you decide to go with this approach.
Thank you so much for your response. I thought that too, but the last post I found was from a couple of years ago and wanted to be sure that it was still not possible.
I think we will give the ACUL a try, as I’m already all the way in with a POC that I have been doing over the past few days, starting from your sample Github repo.