Captcha widget for Plone.
Project description
Introduction
plone.formwidget.captcha is a z3c.form captcha widget for use with Plone. It is a z3c.form re-implementation of the collective.captcha package written by Martijn Pieters.
Buildout Installation
Add the following code to your buildout.cfg to install plone.formwidget.captcha:
[buildout] ... eggs = ... plone.formwidget.captcha ... ... [instance] ... zcml = ... plone.formwidget.captcha ...
Captchas without server state
(From collective.captcha)
A view to generate a captcha image and/or wav file, and to verify user input against it.
A cookie is used to transfer state from one request to the next. The state is used, together with a server-side secret, to create a random string of characters, which in turn is displayed as a captcha image, or transformed to an audio file. Verification happens case-insensitively.
Note that the captcha ‘word’ is only usable for 5-10 minutes, after which the view will not accept it any more. Moreover, a different word will be generated for a given session key every 5 minutes.
This makes these captchas replayable for up to 10 minutes if a determined user keeps sending the same session id. Because of the server-secret though, captchas are not transferrable between sites.
Changelog
1.0a1 - (2009/08/28)
Initial release
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 Distribution
Built Distribution
Hashes for plone.formwidget.captcha-1.0a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bd2f1419863a3b2b9833b36d1ee86c09e575779d5d19df150bc92d9cd449e32 |
|
MD5 | 727e1e52b18fa22250986d14f129ba0a |
|
BLAKE2b-256 | 5aa1fd8ae7928a6640816071c42d063c6b93b939f9bda60b8fbbfe0130696130 |
Hashes for plone.formwidget.captcha-1.0a1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | f36276423e88a0cbf6670b875964d29f9c7f59664476747ff0150affa296ce3d |
|
MD5 | 1765e6f045a0d85d60bf1f5723973ba8 |
|
BLAKE2b-256 | 90672969e15987d05789e4d269a29549fab49609fce03721533616cdd47bcf7f |