pludoni / simple-captcha

Rails 3+4 support now! Simple Captcha is the simplest and a robust captcha plugin. Its implementation requires adding up a single line in views and in controllers/models.
MIT License
106 stars 73 forks source link

audio captcha support for blind people #17

Open pravi opened 10 years ago

pravi commented 10 years ago

diaspora is using this library and now blind people cannot sign up there. https://github.com/diaspora/diaspora/issues/5043#issuecomment-47424526

Adding this feature makes all sites using this library accessible to blind people.

zealot128 commented 9 years ago

SimpleCaptcha until now only creates images via imagemagick.

I have no experience with creating an audio captcha. Do you have any ideas on how to create one? Are there any Open Source libraries?

zealot128 commented 9 years ago

There seems to be a plugin/fork by @aditya-kapoor with audio support. https://github.com/aditya-kapoor/simple-captcha-audio

aditya-kapoor commented 9 years ago

@zealot128 @pravi Do let me know if have any questions or doubts. Currently due to constraints of my current work, I am unable to post a demo for the gem..