captcha validator added.
svn path=/plone.app.discussion/trunk/; revision=28746
This commit is contained in:
@@ -66,12 +66,18 @@
|
||||
|
||||
<!-- Comment form extender -->
|
||||
<adapter
|
||||
factory=".captcha.Captcha" />
|
||||
factory=".captcha.Captcha"
|
||||
provides="plone.app.discussion.interfaces.ICaptcha" />
|
||||
|
||||
<adapter
|
||||
factory=".captcha.CaptchaExtender"
|
||||
provides="plone.z3cform.fieldsets.interfaces.IFormExtender" />
|
||||
|
||||
<!-- Captcha validator -->
|
||||
<adapter
|
||||
factory=".captcha.CaptchaValidator"
|
||||
/>
|
||||
|
||||
<!-- Comment view -->
|
||||
<browser:view
|
||||
name="view"
|
||||
|
||||
Reference in New Issue
Block a user