Skip to main content
Question

Hiding the option, "Manage Team Requests"


lrnlab
Hero III
Forum|alt.badge.img+8

Just noticed that anyone with access to view users can also access the option to “Manage Team Requests” and potentially remove a team member association. This page seems to track all changes made to employee/manager relationships whether done by an admin or via CSV import. This definitely poses a risk…

Does anyone know or have CSS to hide this option on the User Management page? 

@gstager ?

thank you.

4 replies

Forum|alt.badge.img+1
  • Influencer III
  • 65 replies
  • February 16, 2024

Did you ever get anyone to respond to this? I have the same request - I want to hide this. Thank you!


lrnlab
Hero III
Forum|alt.badge.img+8
  • Author
  • Hero III
  • 4788 replies
  • February 19, 2024

Still waiting...


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • 3582 replies
  • February 21, 2024

This should work, note it is universal so all users don’t see it, also it is based on the aria tag which could change over time:

li:has([aria-label="Manage Team Requests"]) {
display: none;
}

 


We are also currently looking to hide this option. I’m always cautious when using CSS to hide a functionality because that can always stop working or backfire. CSS is more for optical and not functional design… But sometimes there is no other options… 😏

Bfarkas wrote:

This should work, note it is universal so all users don’t see it, also it is based on the aria tag which could change over time:

li:has([aria-label="Manage Team Requests"]) {
display: none;
}

 

Thanks for the suggestion! It is right that it can change over time, and if you are using multiple languages, this would also be different. 😉 I’m trying to target the icon instead and limit the scope to Power Users. Here is the CSS that we are testing right now:

div#doc-layout.doc-layout-internal-power-user div.button-wrap:has(i.zmdi-accounts-alt){
    display: none !important;
}

 

It looks like it’s working, but this might impact other parts of the platform. I haven’t found a selector to limit the scope to the User Management page. Any ideas? 🤔


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings