Hide admin user from user-directory and top contributors

“Team” is what’s listed on https://meta.discourse.org/g/admins

Again my issue isn’t about any of that. Was able to at least remove admin user from off the homepage’s Right Sidebar Blocks plugin with just CSS.

  .top-contributors--user:has([data-user-card="admin_username"]) {
    display: none;
  }

Hopefully this helps someone else.

Again it was not about security; it’s about being always ranked #1 in the list which yes also reveals on many forums who the admins are.

Will look into Discourse Meta but from what was discussed above, this is just the core of how Discourse works. The only other option would be disable enable_user_directory. But that would kill the sidebar top contributors list also, which again was the priority.