You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: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
The text was updated successfully, but these errors were encountered: