- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 12:23 PM
We are working on a Service Portal and we would like to remove the link for the login as it is mostly going to be viewed by external users. We don't want them to think they can/need to log in somewhere. Can someone assist with how to accomplish this or is this not configurable?
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 12:53 PM
If you are using the "Stock" theme provided out-of-box from ServiceNow, then the Login link is defined the in "Stock Header" widget.
The widget is read-only so you would have to clone the widget to modify the behavior (remove the highlighted lines to remove the link), and then update the theme to use your custom header widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 12:53 PM
If you are using the "Stock" theme provided out-of-box from ServiceNow, then the Login link is defined the in "Stock Header" widget.
The widget is read-only so you would have to clone the widget to modify the behavior (remove the highlighted lines to remove the link), and then update the theme to use your custom header widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017 01:00 PM
That did it! Thank you Nia!