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

User names with non-ascii characters block some endpoints #208

Closed
davidcaron opened this issue Aug 30, 2019 · 2 comments
Closed

User names with non-ascii characters block some endpoints #208

davidcaron opened this issue Aug 30, 2019 · 2 comments
Labels
bug Problem, error, or invalid behaviour

Comments

@davidcaron
Copy link
Contributor

When one user has non-ascii characters in its username, some endpoints don't work:

  • adding a new user (I guess this is because there is a unique constraint on the username, so the other usernames are read)
  • deleting this user
@davidcaron davidcaron added the bug Problem, error, or invalid behaviour label Aug 30, 2019
@matprov matprov assigned matprov and unassigned matprov Sep 3, 2019
@matprov matprov mentioned this issue Sep 9, 2019
@fmigneault
Copy link
Collaborator

Duplicates #171

@fmigneault
Copy link
Collaborator

Use case should be handled since the introduction of e493be0 in 2.0.0 with PARAM_REGEX, checked against #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Problem, error, or invalid behaviour
Projects
None yet
Development

No branches or pull requests

3 participants