explain captcha setup & usage

, ,

 

From:

 

 

 

folks will need to get a public/private keys for their domain from ReCaptcha and put them in wagn.rb like so:

ENV['RECAPTCHA_PUBLIC_KEY']  = '.....'

ENV['RECAPTCHA_PRIVATE_KEY'] ='....'


and will need to turn *captcha on (should already exist as toggle after migration)

  --Lewis Hoffman.....Wed Nov 04 18:24:34 -0800 2009


That's a bit of extra work I didn't know I had to do. Is wagn.rb the right place? I was looking for info online and they mentioned a file: config/initializers/recaptcha.rb Would either work? Is one better?

  --Gerry Gleason.....Fri Nov 27 04:17:49 -0800 2009


I though I wasn't getting new spam signups because this was now on, apparently nobody can sign up now ...

  --Gerry Gleason.....Fri Nov 27 04:19:01 -0800 2009


Hmm, just one of my instances doesn't put the widget on the signup page. Any ideas how to debug that?

  --Gerry Gleason.....Fri Nov 27 04:32:40 -0800 2009


But it still gives the error, so signups are effectively disabled.

  --Gerry Gleason.....Fri Nov 27 04:38:27 -0800 2009