ojengwa / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
1 stars 0 forks source link

Customizable Captcha Length #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed the length of the random char string is hardcoded into the app
itself. I made the captcha easier to read on my site
(http://hateonyourjob.com), and decided to counteract that a bit by
extending the length of the captcha string. I noticed when doing so that
the string was forced at 4 characters, instead of being adjustable via a
setting in settings.py. Any plans for such a feature? 

By the way, thanks so much for this app. It saved a me a ton of hassle of
creating my own solution, and has worked great so far (0 bots so far!). 

Original issue reported on code.google.com by xxf4n...@gmail.com on 26 Apr 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Thank you for the headsup. This is fixed in r22

Original comment by mbonetti on 27 Apr 2009 at 2:38