A simple widget that uses collective.recaptcha for Archetypes
Project description
Product information
===================
This is a simple widget and field for Archetypes that uses
collective.recaptcha to show a captcha in any archetypes-based content
type. Changes to the content type will not be saved if the captcha code
entered by the user is incorrect.
To use it, simple define a field in your archetypes schema that looks
like this example::
RecaptchaedContentSchema = atapi.Schema((
atapi.TextField(
'Text',
storage=atapi.AnnotationStorage(),
widget=atapi.TextAreaWidget(
label=_(u"Text"),
description=_(u"Field description"),
),
required=True,
),
CaptchaField(
'captcha',
),
))
- Code repository: http://svn.plone.org/svn/collective/collective.recaptcha
widget
- Questions and comments to plone users list.
===================
This is a simple widget and field for Archetypes that uses
collective.recaptcha to show a captcha in any archetypes-based content
type. Changes to the content type will not be saved if the captcha code
entered by the user is incorrect.
To use it, simple define a field in your archetypes schema that looks
like this example::
RecaptchaedContentSchema = atapi.Schema((
atapi.TextField(
'Text',
storage=atapi.AnnotationStorage(),
widget=atapi.TextAreaWidget(
label=_(u"Text"),
description=_(u"Field description"),
),
required=True,
),
CaptchaField(
'captcha',
),
))
- Code repository: http://svn.plone.org/svn/collective/collective.recaptcha
widget
- Questions and comments to plone users list.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file collective.recaptchawidget-0.5.1-py2.4.egg
.
File metadata
- Download URL: collective.recaptchawidget-0.5.1-py2.4.egg
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82ff34da3f5df76f20fc035a58430e8c394e33a2710879aec98626b3f04a6f3e |
|
MD5 | 8c2756fb73e726b128118f9f5be61535 |
|
BLAKE2b-256 | 2f284de4c614e031eed1965d1176c90c8b68f2d5ceaeb83a19d439373e4130c4 |