I’m currently working in a full personalization on my auth0’s login but when I try to go to my reset password link y get the following error:
{
“name”: “BadRequestError”,
“code”: “missing_property”,
“description”: “tenant must be specified”,
“statusCode”: 400
}
I’m not sure if I’m missing some configuration on Auth0. I currently have my universal login customized and the Customize Password Reset Page toggle enabled.
Hi @lpenalver
Welcome to the Auth0 Community!
I believe the issue might be caused by trying to configure the Password Reset flow directly from through the Customize Password Reset Page option as you have mentioned. This option overrides the Universal Login and causes Classic Login to take effect, even if you still have Universal Login enabled.
If you wish to customize the Password Rest prompts on Universal Login, this will need to be done by going to Branding → Universal Login → Advanced → Custom Text and edit the prompts from there. I recommend looking over the following documentation to Customize Universal Login Text Elements, which goes over all of the prompts from the mentioned tab, either from the Auth0 Dashboard or through Management API.
Hope this helps!
Gerald