Porting to Wagtail?
adminBCI opened this issue · 2 comments
How can port this to Wagtail? What files should I change? Does anybody have a working Wagtail setup with django-simple-captcha?
Can anyone please help me with this? This will be a wonderful addition to Wagtail, without annoying recaptcha
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!