osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

Fix for ignored CAPTCHA #666

Closed OniLink closed 1 year ago

OniLink commented 1 year ago

fixes issue with ignored CAPTCHAs

Changes in this PR.

Testing this PR.

  1. Set up web server
  2. Navigate to register page
  3. Submit registration without CAPTCHA
  4. Submit registration with CAPTCHA
  5. Wait

Expected Output.

Submission without CAPTCHA should fail. Human submission with CAPTCHA should succeed. Spam bots should not be able to submit.

@osuosl/devs