ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (0)
ninetydegrees (90d)☕ ([personal profile] ninetydegrees) wrote in [site community profile] dw_dev_training 2012-12-24 02:07 pm (UTC)

Thanks for the very quick reply, Pau. I have no idea what the first part of your answer meant ;) but I found the setting allowing me to turn on captcha for anon requests. I already had captcha enabled but missed these settings when I went through the config files.

For info setting up captchas requires getting keys from the two captcha websites (http://www.google.com/recaptcha and http://textcaptcha.com/), adding the keys to config-private.pl then switching 'support_submit_anon' to 1 in config.pl.

Edit: and I've just noticed textcaptcha is missing from config-local in the github repo file so here's the code for it if one needs it:

# setup textcaptcha
%TEXTCAPTCHA = (
api_key => $DW::PRIVATE::TEXTCAPTCHA{api_key},
);

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting