Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Password reset plugin on service portal

xif1
Mega Expert

Hello Snow community

I'm looking for some documentation about password reset plugin.

I would like to put it on the new service portal

I found this : Password Reset and Password Change

Perfect, it works on service now back end, but what about the service portal ?

I got the password reset url $pwd_reset.do?sysparm_url=ss_default

But there is no iframe anymore, how i can add this to a page ?

Do I have to code my own widget ?

Regards

3 REPLIES 3

Jon Barnes
Kilo Sage

I think you would have to create a widget for it.   thankfully, the UI Pages are all available to see the code currently used in those, so shouldn't be too hard to convert to widget...



$pwd_reset


$pwd_change


reset_password


Bryan Tay3
Mega Guru

hi there,



you could try this:



https://INSTANCE_NAME.service-now.com/nav_to.do?uri=$pwd_reset.do



Hope this helps.


Tony Cattoi
Giga Guru

You could add an iframe to the page using the HTML widget.   Add the widget to a page and edit the html to contain an iframe of your password reset page.



<iframe src="$pwd_reset.do?sysparm_url=ss_default"></iframe>