Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to hide or disable the field "Administrators" in Space Operations?

Suhail Falak October 20, 2021

Under Space details > Space Operations, we have a field called "Administrators". When you mouse-over the names of the admins, it shows a tooltip with the username, which is not liked by our security team. Is it possible to obscure the "Administrators" field through the CSS?

1 answer

1 accepted

0 votes
Answer accepted
Brant Schroeder
Community Champion
October 20, 2021

@Suhail Falak 

You could add some CSS to the site to hide this in all spaces.  

I believe the following will work.  

.view-space-details #spaceAdmins {display:none !important;}

Suhail Falak October 25, 2021

@Brant Schroeder Thanks for the suggestion. I actually implemented this by blocking the "Browse" menu altogether in Custom HTML by adding the following script to the "At the end of the HEAD":

<script>
AJS.toInit(function(){
if (AJS.params.remoteUser == ''){
AJS.$("#space-tools-menu-trigger").hide();
}
});
</script>

 

By doing this, I didn't have to implement security individually for every field in every space.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events