summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2020-08-12 11:34:51 -0400
committerspiderr <spiderr@bitweaver.org>2020-08-12 11:34:51 -0400
commit0c20b1f6b3b5647c63609f3899fa106ab74d33c3 (patch)
tree3525284bd6f8c4994e7dff223131794b516ac187 /admin
parent33fffe761c52f6a11c4a666c73ee60c580c4b79d (diff)
downloadusers-0c20b1f6b3b5647c63609f3899fa106ab74d33c3.tar.gz
users-0c20b1f6b3b5647c63609f3899fa106ab74d33c3.tar.bz2
users-0c20b1f6b3b5647c63609f3899fa106ab74d33c3.zip
update reCAPTCHA libraries and interface
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_login_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_login_inc.php b/admin/admin_login_inc.php
index 97177af..10bab17 100644
--- a/admin/admin_login_inc.php
+++ b/admin/admin_login_inc.php
@@ -137,8 +137,8 @@ $registerSettings = array(
'type' => "checkbox",
'note' => "To use reCAPTCHA you must get your API keys from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a> and enter them below.",
),
- 'users_register_recaptcha_public_key' => array(
- 'label' => "reCAPTCHA Public Key",
+ 'users_register_recaptcha_site_key' => array(
+ 'label' => "reCAPTCHA Site Key",
'type' => "text",
'note' => "This will be given to you after registering your site with Google",
),