We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c48fc3 commit 8f7341eCopy full SHA for 8f7341e
htdocs/login_create_processing.php
@@ -195,7 +195,7 @@
195
//Check the captcha if it's a standard registration.
196
if(!$socialLogin && strlen(RECAPTCHA_PRIVATE) > 0) {
197
require_once(LIB.'External/recaptcha/recaptchalib.php');
198
- $reCaptcha = new ReCaptcha($secret);
+ $reCaptcha = new ReCaptcha(RECAPTCHA_PRIVATE);
199
// Was there a reCAPTCHA response?
200
$resp = $reCaptcha->verifyResponse(
201
$_SERVER['REMOTE_ADDR'],
0 commit comments