# /about listing of Admins vs Moderators is confusing

**URL:** https://meta.discourse.org/t/about-listing-of-admins-vs-moderators-is-confusing/90434
**Category:** UX
**Tags:** about-page
**Created:** [6월 21, 2018, 11:38오후 UTC](https://meta.discourse.org/t/about-listing-of-admins-vs-moderators-is-confusing/90434 "2018-06-21T23:38:46Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [6월 22, 2018, 11:28오전 UTC](https://meta.discourse.org/t/about-listing-of-admins-vs-moderators-is-confusing/90434/10 "2018-06-22T11:28:57Z")

</div>

Just found this

> [@How to hide admins from /about page](https://meta.discourse.org/t/how-to-hide-admins-from-about-page/43678/2):
>
> Since we often have to be admin to diagnose issues or change settings on our customer’s Discourse, we decided to hide all our @discourse.org accounts from the admins lists. That way, we’re not polluting our customer’s admins lists. We do this using a plugin that is automatically installed to all the Discourse we host and does something like after\_initialize do add\_to\_serializer(:about, :admins) do object.admins.reject { |u| u.email =~ /@discourse\.org/i } end end

It should help give you an idea on how it could be implemented in a plugin.

---

_[View the full topic](https://meta.discourse.org/t/about-listing-of-admins-vs-moderators-is-confusing/90434)._
