Topic on Extension talk:ConfirmEdit

Where is reCaptcha v2 text

2
Ken Roy (talkcontribs)

I am in process of testing an upgrade to MW 1.27.3 with ConfirmEdit reCaptcha set to NoCaptch

Request Account screen shows following text

To help protect against automated account creation, please type the two words you see in the box below:

above the I am Not a Robot check box.

Above text appears to apply to reCaptcha v1. Where is it coming from? I cannot find it in the ConfirmAccount/i18n or in the ConfirmEdit/i18n en.json files

Ken Roy (talkcontribs)

OK, I found that message. It was a residual override to Special:AllMessages before the messages became json files. I have deleted it, but now the message displayed is the ConfirmEdit captcha-createaccount rather than the renocaptcha-createaccount

ConfirmEdit is loaded as follows

wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/ReCaptchaNoCaptcha' ]);

do I need to do anything else to get reCaptchNoCaptcha messages. The I am Not a Robot captcha is being displayed.

Reply to "Where is reCaptcha v2 text"