# Full names aren't shown even when they don't match username

**URL:** https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744
**Category:** Bug
**Created:** [18.Апрель.2015 21:03:36 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744 "2015-04-18T21:03:36Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [18.Апрель.2015 21:03:36 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/1 "2015-04-18T21:03:36Z")

</div>

Continuing the discussion from [Full name isn't shown on post when it matches username](https://meta.discourse.org/t/full-name-isnt-shown-on-post-when-it-matches-username/25378/15):

> [@Allow site operators to control full name suppression on posts](https://meta.discourse.org/t/allow-site-operators-to-control-full-name-suppression-on-posts/25378/15):
>
> What is the logic/code for deciding to show the name or not with enable names enabled?

We’re seeing some users without names on our forum

`john_doe` now has a name of `John Doe` but the proper name isn’t shown.

The result is that posts in the community aren’t uniform, since so many people have that first\_last format.

It would be nice if this were more uniform (even if exact matches still get excluded)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [18.Апрель.2015 21:18:42 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/2 "2015-04-18T21:18:42Z")

</div>

john\_doe does match John Doe from our perspective.

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [19.Апрель.2015 03:27:28 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/3 "2015-04-19T03:27:28Z")

</div>

It’s not making sense to me or my end-users.

I do see why you don’t want to output `john_doe john_doe` , but I don’t see the issue with `john_doe John Doe`

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [20.Апрель.2015 01:41:52 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/4 "2015-04-20T01:41:52Z")

</div>

Underscore is almost universally used as a space in fields that do not allow spaces. So it is part of the comparison.

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [20.Апрель.2015 02:15:26 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/5 "2015-04-20T02:15:26Z")

</div>

I understand the technical comparison. I also understand the stated desire not to print redundant information:

> [@Allow site operators to control full name suppression on posts](https://meta.discourse.org/t/allow-site-operators-to-control-full-name-suppression-on-posts/25378/2):
>
> Regardless, it is by design design and intentional intentional.

But the implementation is causing confusion and frustration for users in my forum, and on [here on meta](https://meta.discourse.org/t/full-name-isnt-shown-on-post-when-it-matches-username/25378/).

My wish - to dedupe only exact matches. allowing for changes in space and case to be enough to show both pieces of information.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [20.Апрель.2015 02:28:38 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/6 "2015-04-20T02:28:38Z")

</div>

True, this is a duplicate of that topic, and a feature request.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [20.Апрель.2015 02:28:41 UTC](https://meta.discourse.org/t/full-names-arent-shown-even-when-they-dont-match-username/27744/7 "2015-04-20T02:28:41Z")

</div>


