Skip to content

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

Open
mmarchand wants to merge 2 commits into
ekmartin:masterfrom
mmarchand:fix-irc-username
Open

Fix username sent to IRC : prefer display_name over user.name#214
mmarchand wants to merge 2 commits into
ekmartin:masterfrom
mmarchand:fix-irc-username

Conversation

@mmarchand

Copy link
Copy Markdown

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

@ekmartin

Copy link
Copy Markdown
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
Copy Markdown
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

xrchz commented Oct 6, 2017

Copy link
Copy Markdown

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

@Stoner19

Stoner19 commented Nov 8, 2017

Copy link
Copy Markdown

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