Wiki gegen automatisierte Benutzer sichern

Aus Roebke Wiki
Zur Navigation springen Zur Suche springen

Quelle: https://www.mediawiki.org/wiki/Extension:ConfirmEdit#CAPTCHA_types

wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/QuestyCaptcha' ]); $wgCaptchaQuestions = [ 'What is the capital of France?' => 'Paris', 'What is the capital of Spain' => 'MADRID', // Answers are case insensitive 'What is the name of this wiki?' => $wgSitename, // You can use variables 'How many fingers does a hand have?' => [ 5, 'five' ], // A question may have many answers