cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.recaptcha_django Namespace Reference

ReCAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart - while helping digitize books, newspapers, and old time radio shows) module for django More...

Packages

namespace  middleware

Classes

class  ReCaptchaField
 Field definition for a ReCAPTCHA. More...
class  ReCaptchaWidget
 A Widget that renders a ReCAPTCHA form. More...

Variables

dictionary HUMAN_ERRORS

Detailed Description

ReCAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart - while helping digitize books, newspapers, and old time radio shows) module for django

Variable Documentation

dictionary src.wi.recaptcha_django.HUMAN_ERRORS
Initial value:
1 {
2  'unknown': _(u'Unknown error.'),
3  'invalid-site-public-key': _(u'ReCAPTCHA is wrongly configured.'),
4  'invalid-site-private-key': _(u'ReCAPTCHA is wrongly configured.'),
5  'invalid-request-cookie': _(u'Bad reCAPTCHA challenge parameter.'),
6  'incorrect-captcha-sol': _(u'The CAPTCHA solution was incorrect.'),
7  'verify-params-incorrect': _(u'Bad reCAPTCHA verification parameters.'),
8  'invalid-referrer': _(u'Provided reCAPTCHA API keys are not valid for this domain.'),
9  'recaptcha-not-reachable': _(u'ReCAPTCHA could not be reached.')
10 }

Definition at line 36 of file __init__.py.