# Volledige Naam weergeven in plaats van Gebruikersnaam in Profiel

**URL:** https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857
**Category:** SSO
**Created:** [25 juli 2022 om 07:04 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857 "2022-07-25T07:04:35Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [25 juli 2022 om 07:04 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/1 "2022-07-25T07:04:35Z")

</div>

I would like to know how can I display Name/FullName in every place of the discourse and also in Profile Pic place(Should be first letter of the fullname) instead of displaying Username.

Since we are using sso login, currently the username is EmployeeID and only that employee ID is showing everywhere, so I just want to display Fullname not Username after login by using username and password. Can someone tell how to achieve this.

It will be very helpful for me if someone could tell. Thank you !

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [25 juli 2022 om 07:10 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/2 "2022-07-25T07:10:09Z")

</div>

> [@How to show full name BEFORE username? (just like in Meta)](https://meta.discourse.org/t/how-to-show-full-name-before-username-just-like-in-meta/45744/2):
>
> Disable the prioritize username in ux site setting

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [25 juli 2022 om 14:34 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/3 "2022-07-25T14:34:28Z")

</div>

Hi @vinothkannans ,  
Thank you for your guidance.  
I have already disabled that option from setting. Below is the picture that I am getting

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/1/3/8131dc729ccd06bbbc2e40b48816dc0d9fd02e66.png)

Even though we have disabled that option, we are getting username only instead of fullname whenever any user is creating any topic. Please help me fix this.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [25 juli 2022 om 14:58 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/4 "2022-07-25T14:58:02Z")

</div>

To display name on posts you should enable “`display name on posts`” site setting.

> [@Pandiyan](#):
>
> also in Profile Pic place(Should be first letter of the fullname) instead of displaying Username

You can’t change it in the settings. You would need a custom plugin to change the profile picture’s letter.

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [26 juli 2022 om 05:48 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/5 "2022-07-26T05:48:12Z")

</div>

Hi @vinothkannans

Thanks for updating about the profile picture!

I have already enabled that option in setting, but if we are in /latest page or /top page, for topics we are able to see only the username as like previously attached picture. After we got enter into any of the topic then we are able to see the fullName, Is this how that option will work ? Can you help me to understand this.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [27 juli 2022 om 05:05 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/6 "2022-07-27T05:05:38Z")

</div>

Yes, the default profile picture will be username’s first charecter.

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [27 juli 2022 om 05:26 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/7 "2022-07-27T05:26:47Z")

</div>

Is there any possibility to display fullname’s first character in Profile Picture by using any settings or anyother ? It will be helpful if you suggest any plugins. Thank you.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [27 juli 2022 om 05:28 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/8 "2022-07-27T05:28:44Z")

</div>

> [@vinothkannans](#):
>
> You can’t change it in the settings. You would need a custom plugin to change the profile picture’s letter.

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1-creating-a-basic-plugin/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins · GitHub](https://github.com/discourse/discourse-plugin-skeleton) to create a complete di…

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [29 juli 2022 om 12:15 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/9 "2022-07-29T12:15:19Z")

</div>

> [@Discourse Avatar name\_first\_letter](https://meta.discourse.org/t/discourse-avatar-name-first-letter/64180):
>
> This plugin adds the ability to use name\_first\_letter in site setting external system avatars url. The default value for external system avatars url is /letter\_avatar\_proxy/v2/letter/{first\_letter}/{color}/{size}.png. This plugin allows you to use /letter\_avatar\_proxy/v2/letter/{name\_first\_letter}/{color}/{size}.png to have the avatar be the first letter of the name rather than username. If there is no name, the username is used. You must change the site setting for the plugin to have any …

Looks like there is a plugin for that. Since the plugin is old I’m not sure about its compatibility with the latest Discourse version.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [29 juli 2022 om 13:25 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/10 "2022-07-29T13:25:30Z")

</div>

Good one, @vinothkannans! I noticed this topic the other day and totally forgot that I’d written this plugin.

Glancing at the code, it’s not immediately obvious to me that it might be broken (but that may not mean much). I can’t quite remember who I wrote it for to know whether it’s still in use (I **think** it was in use sometime after that, but really don’t remember).

If it doesn’t work, I’ll accept a PR, or if there’s a budget or some plea that will make me fix it for free, I’ll be happy to fix it if someone contacts me.

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [3 augustus 2022 om 06:23 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/11 "2022-08-03T06:23:48Z")

</div>

Thank You @vinothkannans for sharing this plugin information and It is working fine @pfaffman after adding this in setting–\>external system avatars url

/letter\_avatar\_proxy/v2/letter/{name\_first\_letter}/{color}/{size}.png

Thank you!

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [3 augustus 2022 om 14:24 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/12 "2022-08-03T14:24:26Z")

</div>

Great! Glad you figured it out, @Pandiyan . It looks like the `readme` for the plugin describes changing that setting. Is there some way that I could change the language to make it more clear?

I added the line:

> [@](#):
>
> You need to change the value of the external system avatars url site setting for this plugin to work.

So hopefully that’ll make it more clear.

I guess we can move this to #Support ? It would appear that you’re the first person in 5 years to want this feature. 🙂

---

<div class="post-metadata">

### Author: ![Pandiyan](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@Pandiyan](https://meta.discourse.org/u/Pandiyan)
#### Post date: [4 augustus 2022 om 04:49 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/13 "2022-08-04T04:49:41Z")

</div>

This is Good @pfaffman and it’s more than enough to understand.  
Since we are using Employee ID as a UserName, the profile pic was common for everyone here. So this plugin helps me to show the variation in default profile pic.

I would like to suggest to @Discourse Team that this feature should be there in site setting as an option.(UserName first letter as Profile Pic / FullName first letter as Profile Pic)

Thank you!

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [4 augustus 2022 om 10:41 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/14 "2022-08-04T10:41:34Z")

</div>

> [@Pandiyan](#):
>
> would like to suggest to @Discourse Team that this feature should be there in site setting as an option.(UserName first letter as Profile Pic / FullName first letter as Profile Pic)

That’s what #Contribute > Feature is for. I don’t make those decisions. But my point was that it looks like two sites in five years have wanted this as a feature (many more could be silently using my plugin and never asking about it here, so this isn’t an accurate count). Usually such a feature gets added only when many sites (or a few high paying sites) want such a feature.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [8 september 2022 om 08:07 UTC](https://meta.discourse.org/t/display-fullname-instead-of-username-in-the-profile/233857/16 "2022-09-08T08:07:46Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
