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

Show Name instead of Username #9235

Closed
amonemian opened this issue Dec 25, 2017 · 13 comments
Closed

Show Name instead of Username #9235

amonemian opened this issue Dec 25, 2017 · 13 comments

Comments

@amonemian
Copy link

Is it possible to show Name instead of Usernames in Direct Message list?

@amonemian
Copy link
Author

Administration-->layout-->User Interface --> Use Real Name

Solved!

@tnatanael
Copy link

I tested this today and it works partialy, not for all users!

@Nepoxx
Copy link

Nepoxx commented Aug 31, 2018

I'm having the same issue as @tnatanael

For some users I'm seeing their usernames, even if their full name is correctly entered (I also see their full name if I look at their profile or the admin user list). I've tried turning the option on and off, to no avail.

@piotrkochan
Copy link
Contributor

Same situation here, some users still have theirs usernames instead of names.

@oryfoxer
Copy link

Display name issue is not resolved for 0.69.2 - Can confirm issue still exists with LDAP users. Some work, others do not.

@ArchimedesFM
Copy link

I agree with oryfoxer7410. The issue isnt resolved in 0.69.2

@donkelley
Copy link

agreed. It seems random to me - most users show username, only a couple show name, even though I added their names personally as admin. Is it only working if THEY add their own name? or the other way around? (as opposed to the admin doing it)?

@ArchimedesFM
Copy link

Nobody changes anything except the avatar. All users are created by LDAP sync.
In my navigation pane (left chatpartner list) only a couple of user show as username; most users are display with the name. The same user (shown with his name in my chatpartner list) can show with his username in chatpartner list of my colleague. In our environment the name is the default displayname; not the username.

@eerrap
Copy link

eerrap commented Oct 1, 2018

Can confirm, that it happens when new ldap-users enter the system. We authenticate against MS AD via LDAPS and in Rocket.Chat Version 0.68.4 the issue is still present. It has been working in the past. Entering "Administration -> Users -> Some User" the full name is shown.

@joseluisq
Copy link

It doesn't work for my users created by LDAP sync.

@iesit
Copy link

iesit commented Feb 28, 2019

It doesn't work for my users created by LDAP sync.

I've been working with MS AD LDAP and Rocket (0.74.3) a bunch lately, and I've found that all users I've imported are showing the correct Name and Username in the Admin -> Users list. I am using "sAMAccountName" for Admin -> LDAP -> Sync / Import -> Username Field and {"cn":"name", "mail":"email"} for the User Data Field Map. May want to ensure that all of your LDAP users have the correct CN set? In MS AD, I did some troubleshooting of the LDAP query that I am using by launching Powershell with Active Directory Module and running:

([ADSISearcher]"(&(&(&(objectCategory=person)(mail=*)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(!(mail=postmaster@mydomain.com)))))").FindAll() | Select Path

Which gave me an idea of which users would be returned... I believe the CN is listed in results of this query.

@GoetheG
Copy link

GoetheG commented Apr 28, 2019

Hey there. Is it possible to deactivate the name of the username for all users? For my club we do not want other users to see the username of a mamber.

@GoetheG
Copy link

GoetheG commented Mar 26, 2020

This issue isn't closed. When I'm marking people on iOS, and I start writing @ + name of the user, I only see the generic user name and not the actual full name of the user.

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

No branches or pull requests