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
It should be able to ban users who we suspect are cheating the registration system with tools such as bots. It should just be a boolean flag on the users, and if it is set to true, the registration should flat out fail no questions asked.
This is to prevent and discourage people from cheating.
There should also be some rate limiter that checks all requests before the registration start and flags the user.
Other alternatives can be that flagged users' registrations are throttled meaning that they take artificially longer to complete so that they don't have any advantage, but can still participate.
The text was updated successfully, but these errors were encountered:
It should be able to ban users who we suspect are cheating the registration system with tools such as bots. It should just be a boolean flag on the users, and if it is set to true, the registration should flat out fail no questions asked.
This is to prevent and discourage people from cheating.
There should also be some rate limiter that checks all requests before the registration start and flags the user.
Other alternatives can be that flagged users' registrations are throttled meaning that they take artificially longer to complete so that they don't have any advantage, but can still participate.
The text was updated successfully, but these errors were encountered: