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 319 forks source link

Support for blind or otherwise disabled users #199

Closed cwille97 closed 3 years ago

cwille97 commented 3 years ago

There should be support for accessibility features that allow blind or otherwise disabled users to fill out the captcha in a reasonably accurate manner.

mbi commented 3 years ago

Well, for starters this app...

Supports text-to-speech audio output of the challenge text, for improved accessibility

What others improvements would you suggest could improve accessibility, without compromising security?

cwille97 commented 3 years ago

@mbi My mistake. I'll go ahead and close this Issue, I did a search on the readthedocs and couldn't find anything regarding disability support, but I see it on the index page now.