vedmaka / Mediawiki-reCaptcha

Extension for Mediawiki which integrates Google's no-captcha reCaptcha
Other
7 stars 3 forks source link

Broken with MediaWiki 1.27, extension needs update #6

Open nuess0r opened 8 years ago

nuess0r commented 8 years ago

Hi Today I updated my MediaWiki LTS installation from 1.23 to 1.27 and replaced ConfirmEdit with your extension because ConfirmEdit breaks Semantic MediaWiki.

Unfortunately your extension does not work with 1.27. It seems that the extension needs to be updated to work with the new AuthManager: Manual:SessionManager_and_AuthManager#PreAuthenticationProvide

The error I get in my webserver log looks like this:

PHP Catchable fatal error: Argument 1 passed to reCaptcha\\reCaptchaHooks::onUserCreateForm() must be an instance of UsercreateTemplate, instance of FakeAuthTemplate given in /mediawiki-extensions/Recaptcha/src/reCaptchaHooks.php on line 13,

Thanks

vedmaka commented 8 years ago

That's correct, unfortunately reCaptcha is not compatible with latest AuthManager related changes of 1.27+ yet. Thanks for creating issue, maybe I'll have time to fix it in nearest time, any contributions are appreciated though.

lpryszcz commented 7 years ago

same here... any updates on that?

rlorenzo commented 5 years ago

Is this extension dead? We are creating a form in Mediawiki that needs to have recaptcha and would love to be able to use this extension.