diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 3605c83..6109114 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -165,7 +165,7 @@ class IComment(Interface): class ICaptcha(Interface): captcha = schema.TextLine(title=u"Captcha", - required=True) + required=False) class ICommentingTool(Interface): """A tool that indexes all comments for usage by the management interface.