Rate limit registrations per instance #43
Labels
No labels
Bug
Feature
Feedback Wanted
Refactoring
Won't Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: waifu/kemoverse#43
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, users can register new accounts via the signup command without restriction. This opens the door to potential abuse, especially from malicious actors or scripts repeatedly creating accounts on an open instance to bypass cooldowns or spam the bot (rolling cards over and over and transfering them over to other accounts).
To reduce abuse, a rate limit on registrations per instance implementation would suffice.
Proposed behaviour:
Implementation: