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

Added recaptcha to prevent fake email pre registrations #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheSecondBread
Copy link

I was testing out the website and found out that anyone can make pre-registrations without any authentication.

I was able to register 10 emails [email protected], [email protected],... and so on using a simple python script. In order to prevent this, I have added the Google Recaptcha before the register button in the pre-register dialog box.

Change the sitekey in pre-register-form.tsx file from 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI to your own public site key which you can generate for the specific domain using google recaptcha.

Here's a screenshot of how it looks like
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant