<p class="error">{lang}wcf.acp.index.tmpBroken{/lang}</p>
{/if}
+{if $recaptchaWithoutKey}
+ <p class="error">{lang}wcf.acp.index.recaptchaWithoutKey{/lang}</p>
+{/if}
+
{if $usersAwaitingApproval}
<p class="info">{lang}wcf.acp.user.usersAwaitingApprovalInfo{/lang}</p>
{/if}
$usersAwaitingApproval = $row['count'];
}
+ $recaptchaWithoutKey = false;
+ if (CAPTCHA_TYPE == 'com.woltlab.wcf.recaptcha' && (!RECAPTCHA_PUBLICKEY || !RECAPTCHA_PRIVATEKEY)) {
+ $recaptchaWithoutKey = true;
+ }
+
WCF::getTPL()->assign(array(
'inRescueMode' => RequestHandler::getInstance()->inRescueMode(),
+ 'recaptchaWithoutKey' => $recaptchaWithoutKey,
'server' => $this->server,
'usersAwaitingApproval' => $usersAwaitingApproval
));
<item name="wcf.acp.index.woltlab.forums"><![CDATA[Supportforum]]></item>
<item name="wcf.acp.index.woltlab.tickets"><![CDATA[Ticket-Support]]></item>
<item name="wcf.acp.index.woltlab.pluginStore"><![CDATA[Plugin-Store]]></item>
+ <item name="wcf.acp.index.recaptchaWithoutKey"><![CDATA[Die Nutzung von ReCAPTCHA ohne einen individuelle Website-Schlüssel wird von Google nicht mehr unterstützt.]]></item>
</category>
<category name="wcf.acp.label">
<item name="wcf.acp.index.woltlab.forums"><![CDATA[Support Forums]]></item>
<item name="wcf.acp.index.woltlab.tickets"><![CDATA[Ticket Support]]></item>
<item name="wcf.acp.index.woltlab.pluginStore"><![CDATA[Plugin Store]]></item>
+ <item name="wcf.acp.index.recaptchaWithoutKey"><![CDATA[Using ReCAPTCHA without an individual website key is no longer supported by Google.]]></item>
</category>
<category name="wcf.acp.label">