Service Portal - redirect after password reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2019 11:54 PM
Hi guys,
I have two Service Portals for end-users. I want a diffrent redirect after sucessfull password reset. If the user click to done button the redirect should works. Current, the redirect goes always to the navpage. Its clear why, the UI Page $pwd_confirm contains the logic:
I thought I can to that with the password reset process. There I can set a redirect URL:
What I have to do that the logic works? Thanks for help!
BR,
Raphael
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2019 12:15 AM
Hi Raphael,
as explained by ron.tavares to the below thread ServiceNow officially propose to change UI page $pwd_confirm, just change this part of code as per your need:
onclick="window.top.location.href='/navpage.do'"
Hope this can help you!
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2019 01:37 AM
Hi Alberto,
Thanks for the link, but it's not realy what I need. How I can do that dynamic? And why I can set a redirection in the passwort reset process if always the "href" is used in the UI page $pwd_confirm?
I don't undertand the logic.
BR,
Raphael