Redirecting after password reset is not working on production

When user receive email change password, and after they change password, they aren’t redirected after change password.

We have three tenants (Dev, QA, Production), and we configure our “Change Password” email template, to have

Redirect To:
{{ application.callback_domain }}/login

And we have it configure it, in all environments correctly.

It is working in Dev and QA properly. But not on production.

I don’t have access to production, and I send the configuration to our infrastructure team, and they showed me with screenshots that the configuration is correct.

On production, after change password, the web page stay still on the tenant : .us.auth0.com/u/reset-password?ticket=…

While I was debugging, I notice that on Dev/QA which is working that the email of password change has url point to our tenant , with “reset” url
As follows

qa..us.auth0.com/lo/reset

But on production, it is “reset-password” as follows:

.us.auth0.com/u/reset-password

Hi @gkarwchan,

Welcome to the Auth0 Community!

I understand you have having problems with redirect after password reset.

It sounds like your dev and QA tenants may be using Classic Universal Login and your prod tenant is using New Universal Login. Could that be the case?

This chart shows how to determine what setting to use for redirecting in each case.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.