aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add captcha on registration #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Integrate optionally a captcha framework on registration process to avoid bots.

It could be activated via a settings variable:

CAPTCHA_REGISTRATION = [ True || False ]

One possibility could be:

http://captcha.net

Original issue reported on code.google.com by david.ru...@gmail.com on 3 Jul 2008 at 8:35

GoogleCodeExporter commented 8 years ago
Hello,
I've been using MathCapthaForm. Smooth.

Original comment by cardhuen...@gmail.com on 25 Sep 2008 at 4:43