icook / yota

Flexible Python web forms with asynchronous validation
Other
33 stars 3 forks source link

CaptchaNode is supported natively #64

Open ericecook opened 11 years ago

ericecook commented 11 years ago

Consider building in captcha generation, or having a required library. That would allow very simple built in captchas, which currently are not only a hassle to integrate, but also something almost everyone uses

icook commented 11 years ago

I definitely think this would be a great feature, but implementation will be a bit tricky. I'd like to use PyCAPTCHA but it's somewhat out of date and in need of minor tweaks and re-release. It's last full release was in 2006... Another option would be to consume the project into yota's codebase natively. Long term I definitely want this, it just may not be for a couple months.