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

Fix username sent to IRC : prefer display_name over user.name #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mmarchand
Copy link

Try to use display_name (often set to the user's nick) over user.name when it is set

@ekmartin
Copy link
Owner

The fact that display names can be changed as often as you want, and that they're not unique, makes me slightly nervous. You could change your display name to someone else's username, post a message, and change back.

Or am I missing something here?

@mmarchand
Copy link
Author

just like on IRC actually ? ;)

I have had about 100 users that expected to see their display names rather than the username (they are migrating from IRC to a public slack channel) and they could not change their username back to their IRC nickname after creating their account

@xrchz
Copy link

xrchz commented Oct 6, 2017

I think you may need to augment test/stubs/data-store-stub.js a bit to get the checks to pass.

@Stoner19
Copy link

Stoner19 commented Nov 8, 2017

I seem to be having some similar issues. A Slack user's real name is displayed on IRC when it should be their display name, and if there is a word/string said in IRC that matches something within their registration email (which is hidden from public) it changes that word on slack to their user name.

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

Successfully merging this pull request may close these issues.

4 participants