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

Username leakage from account creation #1771

Closed
edwardsph opened this issue Mar 14, 2024 · 0 comments · Fixed by #1772
Closed

Username leakage from account creation #1771

edwardsph opened this issue Mar 14, 2024 · 0 comments · Fixed by #1772
Assignees
Labels

Comments

@edwardsph
Copy link

You can use account registration /register, to test whether or not usernames exist. If you tried to create an account with a username that exists, you get:
image-20240312-175012
An alternative here would be to simply say "Account creation failed” and give no specific reason but that is not great for the user. Another option would be but to prevent a screen like this from being used to scrape usernames by putting in standard protections such as recaptcha.

This may take longer to resolve but could do with an immediate release since it is security related.

See also: #1758, #1770

@bourgeoa bourgeoa self-assigned this Mar 15, 2024
@bourgeoa bourgeoa linked a pull request Mar 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants