Replace Google reCAPTCHA with hCaptcha for User VerificationYour commit message #2106
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Summary:
This update replaces the Google reCAPTCHA integration in the application with hCaptcha, a more privacy-conscious alternative. The goal is to provide the same functionality for bot prevention while complying with GDPR regulations and ensuring a better user experience.
Changes:
Replaced the reCAPTCHA widget and API with hCaptcha.
Updated front-end and back-end configurations to integrate hCaptcha.
Ensured the functionality remains the same with regards to preventing automated submissions.
Why this is important:
GDPR Compliance: hCaptcha offers better privacy controls, allowing users to opt-out of unnecessary tracking.
Cost Efficiency: hCaptcha offers competitive pricing and even a free tier.
Improved User Experience: Users may find hCaptcha's challenges easier to complete.
Steps to Verify:
Visit any page with a reCAPTCHA challenge.
Verify that the reCAPTCHA is replaced with hCaptcha.
Complete the challenge and submit the form to ensure functionality is intact.
Further Notes:
If any issues are found with the hCaptcha integration, please raise them in this issue for further investigation and resolution.