Commit 27a145c2 authored by Christian Schudt's avatar Christian Schudt
parents 36ebfaf5 4eace5db
......@@ -57,7 +57,7 @@
RegistrationPlugin plugin = (RegistrationPlugin) webManager.getXMPPServer().getPluginManager().getPlugin("registration");
ReCaptcha reCaptcha = null;
if (plugin.reCaptchaEnabled()) {
reCaptcha = ReCaptchaFactory.newReCaptcha(
reCaptcha = ReCaptchaFactory.newSecureReCaptcha(
plugin.getReCaptchaPublicKey(),
plugin.getReCaptchaPrivateKey(),
plugin.reCaptchaNoScript());
......@@ -267,4 +267,4 @@ document.f.username.focus();
<% } %>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment