warmshowers / Warmshowers.org

The code for warmshowers.org. If you'd like to help develop code for Warmshowers.org or if you would like to handle some of the website configuration/sitebuilding tasks in the issue queue, please let me know.
http://www.warmshowers.org
59 stars 22 forks source link

Captcha on user registration page #1009

Open CyrilWendl opened 7 years ago

CyrilWendl commented 7 years ago

Would be nice to implement a Captcha, like a Google Recaptcha, on the user registration page to reduce spammer profiles. On Wordpress, there is a free plugin that lets you do this in a minute. It reduced spam on my websites to practically zero. Maybe there is a similar module for Drupal.

CyrilWendl commented 7 years ago

Links to the modules are here: https://www.drupal.org/project/captcha and https://www.drupal.org/project/recaptcha. They are not installed on the website yet. Perhaps somebody could help me set up a test environment on XAMPP or similar so I could help develop this.

lieb77 commented 7 years ago

These are easy to install and configure. The real issue is how to decide if this is necessary? Does the site get a lot of bogus registrations?