Hi, I am currently working on a password reset work flow, where the user should be brought back to the Login page when the password is successfully reset. I am using the New Universal Login and the reset password email is sent by clicking the ‘Forget your password’ and entering the email.
Therefore, according to this thread (Why is password change/reset redirect not working?), I have tried to both fill the Application Login URL in Applications Settings and Tenant Login URI in Tenant Settings. But it gave me no redirect button on the ‘password successfully changed’ page.
I have also tried to pass the clientID, as suggested in this topic (Redirect URL after change password new universal login). It did not work as well.
The following image shows code snippet:
Under Branding/Universal Login/Login (HTML):
This function will be triggered when the user click ‘Send email’ and a password reset email should be sent to the associated email address.
Whereas the following images show my Login URL settings:
I have also checked the logs in the dashboard, and the resultUrl is null, but I am not sure if this caused the problem.




