- Timestamp:
- 10 Dec 2011, 06:13:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/captcha.py
r7311 r7320 28 28 from zope.interface import Interface 29 29 from zope.publisher.interfaces.http import IHTTPRequest 30 from waeup.sirp.browser import WAeUPPage asSIRPPage30 from waeup.sirp.browser import SIRPPage 31 31 from waeup.sirp.browser.interfaces import ( 32 32 ICaptchaRequest, ICaptchaResponse, ICaptcha, ICaptchaConfig, … … 58 58 59 59 Sites can activate a specific captcha by setting 60 ``site['configuration'] ['captcha']``. The value should be a60 ``site['configuration'].captcha``. The attribute should be a 61 61 string under which the specific captcha is registered. 62 62 63 If this value cannot be found (or is not set at all)or we are63 If this attribute is not set or we are 64 64 not 'in a site', the default captcha is returned. 65 65 """
Note: See TracChangeset for help on using the changeset viewer.