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

Enforce no slashes in usernames #196

Closed
lambdaTotoro opened this issue Nov 13, 2021 · 1 comment
Closed

Enforce no slashes in usernames #196

lambdaTotoro opened this issue Nov 13, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@lambdaTotoro
Copy link
Collaborator

Documentation says that disallowed characters in usernames are spaces, commas and slashes. But code only enforces the first two. It should also enforce no slashes. This also needs to be reflected in errors in the signup handler.

@lambdaTotoro lambdaTotoro added bug Something isn't working good first issue Good for newcomers labels Nov 13, 2021
@lambdaTotoro lambdaTotoro added this to the Version 1.1 milestone Nov 13, 2021
@lambdaTotoro
Copy link
Collaborator Author

Resolved through #197 by @marc-marcos, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant