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