You should not edit the roller.properties file directly. Instead
create a roller-custom.properties file containing just the properties
you want to override. Then make sure that file is in the classpath --
the instructions in the Install Guide tell you how to do that.

- Dave



On 1/31/07, Alexandre B. <[EMAIL PROTECTED]> wrote:
Here is how I disabled the captcha on Roller 2.3 (I assume it's the
same manipulation in Roller 3.0).

Edit /your_path_installation_to_roller/WEB-INF/classes/roller.properties
(or roller-custom.properties, depending on how the system has been
customized)

Find and comment (use #) the line:
comment.authenticator.classname=org.apache.roller.presentation.velocity.MathCommentAuthenticator

Add the line:
comment.authenticator.classname=org.apache.roller.presentation.velocity.DefaultCommentAuthenticator

Restart your app (restart the context on which your roller is installed).

I'm not sure you can disable the captcha without having access to the
server, and I'm not sure you can disable the captcha only for your
blog if you have serveral blogs on the same roller install

Roller users / devs may correct me if I'm wrong

Alexandre B.


On 1/31/07, Shaun B <[EMAIL PROTECTED]> wrote:
>
> Hi.
>
> Is it possible to remove the comment authentication math question for adding
> comments in our blog (or at the very least, change it to a captcha
> authentication)? Also, is this possible without having to access the files
> on our roller server? as I don't have that level of access currently. We
> want to make this change so that it will only affect our blog.
>
> We have Roller 3.0 installed.
>
> Thanks,
> Shaun.
> --
> View this message in context: 
http://www.nabble.com/Disable-comment-authentication-tf3145891s12275.html#a8720816
> Sent from the Roller - User mailing list archive at Nabble.com.
>
>

Reply via email to