charliegriefer / my-whiskies

MIT License
2 stars 0 forks source link

Add Captcha to Registration #129

Closed charliegriefer closed 2 months ago

charliegriefer commented 2 months ago

Getting a lot of bots registering.

charliegriefer commented 2 months ago

Got this working on Registration.

Still to do:

  1. Put together 3 distinct validation messages (for no Recaptcha response, failed attempt to connect to google, and score too low). Ensure that these are either logged, or the user is aware of which of the 3 validations failed.
  2. Copy this to the "Forgot Password" form.
  3. Set up a new Recaptcha for production and update the prod.env file with the site and secret key values.