Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to have "Display Name" which is different from username. #1209

Closed
Theaxiom opened this issue Oct 22, 2015 · 72 comments · Fixed by #3851
Closed

Ability to have "Display Name" which is different from username. #1209

Theaxiom opened this issue Oct 22, 2015 · 72 comments · Fixed by #3851
Labels
Milestone

Comments

@Theaxiom
Copy link

This is especially helpful if you are utilizing a corporate LDAP/Active Directory which is setting your username to some obscure alphanumeric combination.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@johnhug
Copy link

johnhug commented Oct 22, 2015

+1

@pioneer903
Copy link

+1 please

@yonkeltron
Copy link

+1 👍

@graywolf336
Copy link
Contributor

Would the display name only be for display or would there be any additional uses for it?

@graywolf336
Copy link
Contributor

Right now when you register, not sure about ldap, you set your name. Thereafter there was no way to actually change your name and so it was kind of useless. I just opened a pull request, #1211, which adds a field to the account profile where you can change that.

I'm wondering if there should be an option per user or site wide which sets whether the username or the _(real)_name is used on the messages list.

@Theaxiom
Copy link
Author

@graywolf336 Thank you. :) I think you should be able to reference the display-name and it will auto-complete to the username when doing an @search in chat.

@graywolf336
Copy link
Contributor

@Theaxiom I think it currently does search on the display-name (real name, name) when you go to mention someone.

@Theaxiom
Copy link
Author

@graywolf336 You are absolutely correct, I believe it should be possible to show display names in channel instead of usernames. How feasible is this?

@graywolf336
Copy link
Contributor

@Theaxiom Great question, I have not looked into that. I don't imagine it being extremely difficult though.

@engelgabriel
Copy link
Member

This is a very tricky one, and we may have other old issue about the same feature.

The big thing here is: performance and scalability. Our data model is denormalized in favor of really high performance with low CPU and Memory usage. So we don't have the real names available on every message, as we have the username copied.

But we do understand that in small team, with less than 1k users, we could have a memory map for the real names, and that's what we will do. We will create an setting to turn that on, and recommend that large deployments keep that turn of.

@richardwlu
Copy link

👍

2 similar comments
@LeCoupa
Copy link

LeCoupa commented Dec 1, 2015

👍

@noregard
Copy link

👍

@jdkcn
Copy link

jdkcn commented Dec 14, 2015

👍 I really want this feature.

@mjensemble
Copy link

👍

3 similar comments
@gthorne
Copy link

gthorne commented Dec 17, 2015

👍

@tuudik
Copy link

tuudik commented Jan 12, 2016

👍

@onigoetz
Copy link

👍

@dandv
Copy link

dandv commented Feb 24, 2016

@engelgabriel: that implementation is what I'd go for, too. Display names change so rarely, that it's not even worth subscribing to the mapping collection.

@NioTeX
Copy link

NioTeX commented Feb 26, 2016

👍

1 similar comment
@szilardd
Copy link

👍

@gevial
Copy link

gevial commented Mar 10, 2016

👍 It would be reallly convenient indeed.

@aNullValue
Copy link

Consider this another comment in agreement that this is needed. I'd work on it myself, if I had the time right now. :( My organization can't migrate to RocketChat, as our usernames are rather inconvenient; most other systems we use employ a description or "Display Name" for a user, rather than their username.

@x8699876
Copy link

x8699876 commented Apr 2, 2016

it is a must have.

@botboe
Copy link

botboe commented Apr 11, 2016

This feature is very important for us too.

@ghost
Copy link

ghost commented Apr 21, 2016

+1

@NoleHealth
Copy link

+9001

@jackivanov
Copy link

+1

@ToeBee
Copy link

ToeBee commented Sep 27, 2016

I believe this is implemented and released now. We've been using it for a few weeks.

@jackivanov
Copy link

You are right. found here #3337

@Theaxiom
Copy link
Author

Shall I close this?

@zanshin
Copy link

zanshin commented Sep 30, 2016

I think you can. It's been working for some time now. :)

@aventrax
Copy link

aventrax commented Oct 5, 2016

Nice to have the "Name" instead of the username on the chat, anyway, we need this on the "mentions" too, otherwise the employees must remember the domain username of the collegues... in some case this is not an option: we use alfanumeric characters, not the name/surname...

Will this be implemented?

@aggregat4
Copy link

It is great that we can now show real names in messages, but in 0.41.0 where this landed, we can now no longer search for people by their real name. If you switch with CTRL+P or try to mention someone this only matches the username. This reduces usability enormously.

@d89
Copy link

d89 commented Nov 12, 2016

+1

@karlprieb karlprieb modified the milestones: Important, 0.50.0 Dec 27, 2016
@engelgabriel engelgabriel modified the milestones: 0.50.0, Short-term Jan 24, 2017
@rajsardhara
Copy link

+1

3 similar comments
@MarIfla
Copy link

MarIfla commented Feb 14, 2017

+1

@danielluchetta
Copy link

+1

@sychevsky
Copy link

+1

@dmanchev
Copy link

Yes please, this is important to have!

@rajsardhara
Copy link

@dmanchev This is closed already Follow this to enable:
Under message section : Set a user name to alias in message = "True"

@banholzer
Copy link

this works in messages but does this also work in "roster" ?

@fletc3her
Copy link

I'd really appreciate this. People choose bizarre usernames. It would be nice if we could tell who everybody was.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet