mbi / django-simple-captcha

Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
http://django-simple-captcha.readthedocs.io/en/latest/
MIT License
1.38k stars 324 forks source link

Porting to Wagtail? #176

Open adminBCI opened 4 years ago

adminBCI commented 4 years ago

How can port this to Wagtail? What files should I change? Does anybody have a working Wagtail setup with django-simple-captcha?

adminBCI commented 4 years ago

Can anyone please help me with this? This will be a wonderful addition to Wagtail, without annoying recaptcha

acarasimon96 commented 4 years ago

I just forked wagtail-django-recaptcha to make it use django-simple-captcha in place of django-recaptcha. The only stuff I did to achieve that are changing package dependencies in setup.py and a couple of class name changes in one of the files.

The fork is found here. Feel free to test it out, and let me know what you think!

P.S. I agree with you, @adminBCI, that reCAPTCHA has gotten annoying recently. I'm thankful alternatives such as this project exist for that very reason.

Edit: wagtail-django-simple-captcha is now available on PyPI!