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 +++ 1 file changed, 3 insertions(+) (limited to 'inc/config.sample.php') 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' => '', ); ?> -- cgit v1.2.3