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.
