hradyesh / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

ReCAPTCHA should support API CAPTCHAs #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See trunk version of FancyCaptcha for an example. Basically, you should
override SimpleCaptcha::addCaptchaAPI() (assuming you subclass
SimpleCaptcha) and have it fill an array with information about the CAPTCHA
(URL to the audio file, MIME type, CAPTCHA ID).

Original issue reported on code.google.com by roan.kat...@gmail.com on 3 Mar 2008 at 7:37