mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/extension.json
Gergő Tisza 3e3b91b527 Add AuthManager support for ReCaptcha, ReCaptchaNoCaptcha
Also remove references to "two words" from ReCaptcha labels.
The captcha image doesn't always contain two words.

Bug: T110302
Change-Id: I544656289480056152a1db195babb6dadf29bc71
2016-05-16 09:51:11 +00:00

21 lines
506 B
JSON

{
"name": "ReCaptchaNoCaptcha",
"MessagesDirs": {
"ReCaptchaNoCaptcha": [
"i18n"
]
},
"AutoloadClasses": {
"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php",
"HTMLReCaptchaNoCaptchaField": "HTMLReCaptchaNoCaptchaField.php",
"ReCaptchaNoCaptchaAuthenticationRequest": "ReCaptchaNoCaptchaAuthenticationRequest.php"
},
"config": {
"CaptchaClass": "ReCaptchaNoCaptcha",
"ReCaptchaSiteKey": "",
"ReCaptchaSecretKey": "",
"ReCaptchaSendRemoteIP": false
},
"manifest_version": 1
}