# Show Emails on New Users displays Active Users

**URL:** https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019
**Category:** Bug
**Created:** [March 28, 2017, 2:44pm UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019 "2017-03-28T14:44:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![boomer196](https://avatars.discourse-cdn.com/v4/letter/b/97f17d/32.png) [@boomer196](https://meta.discourse.org/u/boomer196)
#### Post date: [March 28, 2017, 2:44pm UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019/1 "2017-03-28T14:44:05Z")

</div>

I wanted to let the team know that I just noticed after my update to v1.8.0.beta8 +36 that when I am viewing New users in the Admin View. Admin … Users … New… and then click Show Emails it is displaying the emails for the Active users. The tab is still set to New, but the results are from the Active Tab. The emails are displayed. The tab and everything still appears to be for the New users, just the results are for what is displayed on the Active tab.

Thanks for all you do!

Jason

---

<div class="post-metadata">

### Author: ![markwilkin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/markwilkin/32/133810_2.png) [@markwilkin](https://meta.discourse.org/u/markwilkin)
#### Post date: [April 4, 2017, 11:28am UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019/2 "2017-04-04T11:28:02Z")

</div>

Yup I’m seeing this as well on v1.8.0.beta9 +79

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 4, 2017, 1:01pm UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019/3 "2017-04-04T13:01:00Z")

</div>

Ouch, @techAPJ can you add to your list?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [April 5, 2017, 8:35am UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019/4 "2017-04-05T08:35:09Z")

</div>

Fixed via:

[https://github.com/discourse/discourse/commit/c43c78cb8a69d9485ab74b971acbc7e7a2a9abd2](https://github.com/discourse/discourse/commit/c43c78cb8a69d9485ab74b971acbc7e7a2a9abd2)

Thanks for reporting this issue @boomer196 👍

I noticed some weirdness when sorting admin user list and switching tabs. The staff tab was showing suspended users and vice versa.

It might be because we are observing `order` and `ascending` property now:

> <https://github.com/discourse/discourse/blob/c43c78cb8a69d9485ab74b971acbc7e7a2a9abd2/app/assets/javascripts/admin/controllers/admin-users-list-show.js.es6#L48>

Will see if I can repro it consistently and will fix.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [April 5, 2017, 12:25pm UTC](https://meta.discourse.org/t/show-emails-on-new-users-displays-active-users/60019/5 "2017-04-05T12:25:35Z")

</div>


