RocketChat / RocketChat/Rocket.Chat
Usernames are case-sensitive when mentioning someone
@tassoevan is already working on this.
Since Apr 25, 2019.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
When creating users in RocketChat they are treated case insensitive, e.g. I can't create two users with the username "foo" and "Foo". But apparently when mentioning someone in a channel, it only gets converted to a highlight if one uses the correct case. This bites a lot of our customers because to to pretty short names some of them just type the message including the highlight instead of using the autocompletion dropdown.
Steps to reproduce:
- Create a user called "foo"
- Go to a channel and mention "@Foo"
Expected behavior:
The user "foo" gets a mention because usernames are case-insensitive in the rest of the system
Actual behavior:
No mention is created.
Server Setup Information:
- Version of Rocket.Chat Server: 0.74.0
- Operating System: Linux
- Deployment Method: Hosted Cloud Version
- NodeJS Version: v8.11.4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.