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.
Because of this, tenant login and application login URL
settings will have no effect on the password change redirect.
If we follow the flow chart from the post you linked, we can see that the RedirectTo param in the email template will dictate the location the user is sent after the password change.
Hi @dan.woda ! Thank you very much for your reply!
Yes, I do have the warning on the top of page. Actually I have the “RedirectTo” field filled previously, and it did not work. But I just changed to another URL link, which is starting with https://xxxx.org, whereas before it was login.xxxx.org and it works fine now!! Does the “RedirectTo” field has to be https protocol for it to work?