We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Got a PM via the LHC@home BOINC forum from a user with a username like this: aaa, bbb
aaa, bbb
At the standard reply form the address becomes numeric_user_id (aaa, bbb) which when sent fails with a server message like: Can't find user bbb
numeric_user_id (aaa, bbb)
Can't find user bbb
User lists like 123 (user1), 436 (user2) usually work fine.
123 (user1), 436 (user2)
It is obviously the "," inside the parentheses that irritates the server.
Please look into it and allow usernames of the form aaa, bbb.
No response
The text was updated successfully, but these errors were encountered:
This should have been fixed via #5710. @lfield, is there any chance you can have this patch tested to verify it solves the reported issue?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Got a PM via the LHC@home BOINC forum from a user with a username like this:
aaa, bbb
At the standard reply form the address becomes
numeric_user_id (aaa, bbb)
which when sent fails with a server message like:Can't find user bbb
User lists like
123 (user1), 436 (user2)
usually work fine.It is obviously the "," inside the parentheses that irritates the server.
Please look into it and allow usernames of the form
aaa, bbb
.Steps to reproduce
No response
Expected behavior
No response
Screenshots
No response
System information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: