Import Captcha validator from validator directly.
svn path=/plone.app.discussion/trunk/; revision=37273
This commit is contained in:
parent
29015324f2
commit
ac84b232b8
@ -38,7 +38,8 @@
|
|||||||
factory=".captcha.CaptchaExtender"
|
factory=".captcha.CaptchaExtender"
|
||||||
provides="plone.z3cform.fieldsets.interfaces.IFormExtender" />
|
provides="plone.z3cform.fieldsets.interfaces.IFormExtender" />
|
||||||
<adapter
|
<adapter
|
||||||
factory=".captcha.CaptchaValidator"
|
factory=".validator.CaptchaValidator"
|
||||||
|
provides="z3c.form.interfaces.IValidator"
|
||||||
/>
|
/>
|
||||||
</configure>
|
</configure>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user