Add Recaptcha support to the register action to help prevent spammers.
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb.pm
index 1f06638..4563222 100644 (file)
@@ -112,6 +112,11 @@ __PACKAGE__->config(
     'View::Email::Template' => {
         stash_key => 'email_template',
     },
+
+    recaptcha => {
+        pub_key => '',
+        priv_key => '',
+    },
 );
 
 # Start the application