You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Daniel Ruan <da...@gmail.com> on 2009/10/13 16:53:35 UTC

Disable the Math Question on the Comment Entry Form

Hi there,

I 'd like to disable the math question on the blog comment entry form.  Is
there a configuration option for that?

Thanks,

Daniel

Re: Disable the Math Question on the Comment Entry Form

Posted by Konrad Hosemann <ko...@hosemann.name>.
Hi Daniel,

Am 13.10.2009 um 16:53 schrieb Daniel Ruan:
> I 'd like to disable the math question on the blog comment entry  
> form.  Is
> there a configuration option for that?

put

comment 
.authenticator 
.classname 
= 
org 
.apache 
.roller 
.weblogger.ui.rendering.plugins.comments.DefaultCommentAuthenticator

into your roller-custom.properties file

konrad