mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 08:13:53 +00:00
d0adbc8f0f
Local administrators can now use [[MediaWiki:Captcha-ip-whitelist]] page to exempt specific IP addresses and IP ranges from captchas. This is useful for modifying in a short notice such as editathons and other events like this where captchas add unnecessary complexity for new users. The page is disabled by default and IPs should be added separated by newlines. If any other character is found on a line, it will be ignored but leading and trailing whitespace characters are allowed. Bug: T103122 Change-Id: I54866b5bfca80debcf3d3fb7963932ed03b48548
26 lines
3.2 KiB
JSON
26 lines
3.2 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": []
|
|
},
|
|
"captcha-edit": "To edit this page, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):",
|
|
"captcha-edit-fail": "Incorrect or missing CAPTCHA.",
|
|
"captcha-desc": "Provides CAPTCHA techniques to protect against spam and password-guessing",
|
|
"captcha-label": "CAPTCHA",
|
|
"captcha-ip-whitelist": "-",
|
|
"captcha-addurl": "Your edit includes new external links.\nTo protect the wiki against automated spam, we kindly ask you to solve the simple sum below and enter the answer in the box in order to save your edit ([[Special:Captcha/help|more info]]):",
|
|
"captcha-badlogin": "To protect the wiki against automated password cracking, we kindly ask you to solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):",
|
|
"captcha-createaccount": "To protect the wiki against automated account creation, we kindly ask you to solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):",
|
|
"captcha-createaccount-fail": "Incorrect or missing CAPTCHA.",
|
|
"captcha-create": "To create the page, please solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):",
|
|
"captcha-sendemail": "To protect the wiki against automated spamming, we kindly ask you to solve the simple sum below and enter the answer in the box ([[Special:Captcha/help|more info]]):",
|
|
"captcha-sendemail-fail": "Incorrect or missing CAPTCHA.",
|
|
"captcha-disabledinapi": "This action requires a CAPTCHA, so it cannot be performed through the API.",
|
|
"captchahelp-title": "CAPTCHA help",
|
|
"captchahelp-cookies-needed": "You will need to have cookies enabled in your browser for this to work.",
|
|
"captchahelp-text": "Web sites that accept postings from the public, like this wiki, are often abused by spammers who use automated tools to post their links to many sites.\nWhile these spam links can be removed, they are a significant nuisance.\n\nSometimes, especially when adding new web links to a page, the wiki may show you an image of colored or distorted text and ask you to type the words shown.\nSince this is a task that's hard to automate, it will allow most real humans to make their posts while stopping most spammers and other robotic attackers.\n\nUnfortunately this may inconvenience users with limited vision or using text-based or speech-based browsers.\nAt the moment we do not have an audio alternative available.\nPlease contact the [[Special:ListAdmins|site administrators]] for assistance if this is unexpectedly preventing you from making legitimate actions.\n\nHit the \"back\" button in your browser to return to the page editor.",
|
|
"captcha-addurl-whitelist": " #<!-- leave this line exactly as it is --> <pre>\n# Syntax is as follows:\n# * Everything from a \"#\" character to the end of the line is a comment\n# * Every non-blank line is a regex fragment which will only match hosts inside URLs\n #</pre> <!-- leave this line exactly as it is -->",
|
|
"right-skipcaptcha": "Perform CAPTCHA-triggering actions without having to go through the CAPTCHA",
|
|
"captcha-apihelp-param-captchaword": "Answer to the CAPTCHA",
|
|
"captcha-apihelp-param-captchaid": "CAPTCHA ID from previous request"
|
|
}
|