subbu.org

Movable Type 4.1 and reCAPTCHA

without comments

So far, I have been using Movable Type’s default CAPTCHA plugin. Today I switched to reCAPTCHA. The instructions provided by John Carter did not work for me. Here is the approach I followed to enable reCAPTCHA on this blog.

1. Install Movable Type 4.1.

2. Copy contents of /extras/examples/plugins/reCaptcha into /plugins/reCaptcha directory.

3. Open /plugins/reCaptcha/reCaptcha.pl and change the following lines from

settings => new MT::PluginSettings([
['recaptcha_publickey', { Scope   => 'blog' }],
['recaptcha_privatekey', { Default => Scope   => 'blog' }],
]),

to

settings => new MT::PluginSettings([
['recaptcha_publickey', { Default => 'your reCAPTCHA public key', Scope   => 'blog' }],
['recaptcha_privatekey', { Default => 'your reCAPTCHA private key', Scope   => 'blog' }],
]),

4. Rebuild entry archives.

  • Digg
  • del.icio.us
  • Google

February 16th, 2008 at 10:57 am

Tagged with

RSS feed | Trackback URI

Comments »

No comments yet.

Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post