Re: Martin Fowler's "Captcha for Django"

2009-03-18 Thread bendavis78
I've made some more changes/fixes to this, in case anyone's interested. Here's what's changed from the original: - updated for compatibility w/ django-1.1 - using sha1 instead of md5 to store captcha image (theoretically more secure) - added expire_time config variable - added imagetype

Martin Fowler's "Captcha for Django"

2009-03-14 Thread bendavis78
Hi django-heads, I found Martin Fowler's "Captcha for Django" here: http://django.agami.at/media/captcha/. This is by far the easiest to use captcha system for django that I've found on the 'net, but I found it was outdated (not working w/ 1.0 or 1.1). If anyone is interested, I'