-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
The new message template cannot resolve pointer usernames that contain @ character #26869
Comments
Hi @Gummikavalier , thanks for your concern. Let me ask you a question, do you even got it to create a username with an email pattern? |
@hugocostadev Yes. In our case the usernames get created by Oauth provisioning and we also have allowed @ character in the UTF-8 slugify options. Like this:
Sorry that I forgot to add that into the original issue. |
Got it @Gummikavalier ! Thank you for your feedback, I'll address this issue internally! |
Confirmed working on RC 5.4.0. ❤️ |
Description:
The new message template cannot "resolve" user names in the message pointers should they contain @ character in the target's username.
Especially the systems that use emails as their main username attribute suffer from the issue. Also those Oauth enabled instances that get the user names in format such as
username@example.com
.In this issue example the username is called
099fnd2ee@example.com
. The real name isTest Account
.Steps to reproduce:
Layout -> User Interface -> Use Real Name
Expected behavior:
The pointer string should show the real name (Test Account) and also have it highlighted.
Actual behavior:
The username is shown instead of the real name and it is not highlighted.
Server Setup Information:
Client Setup Information
The text was updated successfully, but these errors were encountered: