Hi,
I use Universal Login. As proposed in this thread (Redirect / result_url in change password ticket not working ), I configured both:
Application Login URI
in Applications > My application > Application URIs
Redirect To
in Emails > Template > Change password
However, whenever a user resets her password, she stays stuck on the “Your password has been reset successfully” page.
Thanks in advance for your help.
Pierre
Hi @pierre.marcenac ,
This usually stems from how you are requesting the password reset.
Can you share how you are requesting the password? Are you:
Using the management API ticket endpoint to generate a link
Using a ‘try’ button on your connection in the dashboard or from the universal login customization/preview page
Making the request from the hosted login page that you were directed too from your application
Also, are you using classic universal login or new universal login?
Answer those for me and we can narrow it down.
Thanks,
Dan
Hello @dan.woda ,
Thanks for your help,
Pierre
Thanks for the additional information. Can you DM me your tenant name ? Thanks.
Hello @dan.woda ,
I DMed you my tenant name. Do you have any news on this?
Thanks,
Pierre
1 Like
Apologies for the delay.
I don’t see a Redirect To
in your password reset email template.
Can you confirm that it is filled out and saved?
In Email
> Template
> Template = Change password
, I did set a Redirect To
URL back to my application. However when I receive the email and click the link, I remain on the success page without redirection (see screenshot).
Where else should I fill it out?
Thanks.
The Redirect To
field was filled on my side but apparently not fully saved. I changed it slightly and saved again and it’s now working. Thanks for your help!
1 Like
Glad you were able to figure it out
dan.woda
Closed
July 16, 2020, 9:10pm
11
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.
I wrote an FAQ that should help address this common problem for future users. Take a look!
Question: Why is password change/reset redirect not working? Why is there no button or redirect after a successful password change?
Answer:
The redirect URI that the user is directed to after a successful password reset can come from multiple sources. This depends on whether you are using New Universal Login or Classic Universal Login ; whether you are generating a password change ticket directly via the Management API or sending a password change email via the Authentication API , from the logi…
2 Likes