Idenitity Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 08:48 AM
We recently upgraded to Vancouver and noticed a new link on the Employee Profile page to "View Identify Center".
The documentation talks about adding the plugin and how to view, but it does not say how we can remove it. We feel that this might open up too many questions from users and feel like we should hide or not display this on the portal.
Is there a way to hide this link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 10:14 AM
Please excuse my typos. The correct name is "View Identity Center"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 03:25 AM
Hi jrusso,
You can achieve this without cloning widget.
Open Profile in portal and go to User preferences Section Ctrl+right click, Click Instance in Page Editor.
This will Open User Profile page in Designer, Go to CSS section and add Below code
This will remove the "View identity Centre" From User Preference.
.vb3261ba253710110880bddeeff7b121d .list-group-item .btn-link {
display: none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 07:50 AM
Thank you for sharing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 11:24 PM
Hi @jrusso ,
Use Helpful if the content was useful or gave you insights.
Use Correct if the reply fully solved your specific issue
Thank you