From 0085e272b2002437f11f74ccdde0d6975f2cd9f2 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 17 Aug 2010 13:40:52 -0400 Subject: Added back reCAPTCHA Because of the lifting of the jail around my server, it can once again use reCAPTCHAs for security. Backed out changeset 9332c237adcd --- theme/comments.tpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'theme/comments.tpl') diff --git a/theme/comments.tpl b/theme/comments.tpl index caf2eb6..9c86009 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl @@ -73,7 +73,8 @@ function postComment() username: jQuery("#newComment input:text[name=username]").val(), email: jQuery("#newComment input:text[name=email]").val(), website: jQuery("#newComment input:text[name=website]").val(), - code: jQuery("#newComment input:text[name=code]").val() + recaptcha_challenge_field: jQuery("#newComment input[name=recaptcha_challenge_field]").val(), + recaptcha_response_field: jQuery("#newComment input[name=recaptcha_response_field]").val() }), dataType: "text", success: function(msg) { @@ -109,9 +110,7 @@ function postComment()

Name:
Email:
- Website (Optional):
- Security Image: CAPTCHA Image
- Security Code: + Website (Optional):

-- cgit 1.4.1