Idenitity Center

jrusso
Tera Expert

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?

4 REPLIES 4

jrusso
Tera Expert

Please excuse my typos.  The correct name is   "View Identity Center"

Reena Patil
Tera Contributor

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;
} 

 

User_preferences.png 

Thank you for sharing this.  

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