From 5af11a7f8b7c06bfd942bde87ad4d87177e1afe3 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 12 Dec 2022 05:16:41 -0800 Subject: Render a reCAPTCHA on the signup page --- inc/config.sample.php | 3 +++ signup.php | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/inc/config.sample.php b/inc/config.sample.php index f6b44d1..5c14806 100644 --- a/inc/config.sample.php +++ b/inc/config.sample.php @@ -35,5 +35,8 @@ $b_config = array( 'mg_key' => '', 'mg_dom' => '', + // ReCAPTCHA config + 'recaptcha_api_key' => '', + 'recaptcha_api_secret' => '', ); ?> diff --git a/signup.php b/signup.php index 6b79dc9..392d792 100644 --- a/signup.php +++ b/signup.php @@ -71,6 +71,7 @@ else $e_msg = 'An unknown error has occurred.'; Sign Up / Bulletin + + +
+
+
+
 
-- cgit v1.2.3