diff --git a/roles/archwiki/templates/LocalSettings.php.j2 b/roles/archwiki/templates/LocalSettings.php.j2 index 011872dcf87995f29cc7929ff51d5e73d32d935b..fd64593ed52f8a4bf6357fe510473afa506477ec 100644 --- a/roles/archwiki/templates/LocalSettings.php.j2 +++ b/roles/archwiki/templates/LocalSettings.php.j2 @@ -422,6 +422,7 @@ $wgCaptchaTriggers['create'] = false; $wgCaptchaTriggers['addurl'] = false; $wgCaptchaTriggers['createaccount'] = true; $wgCaptchaTriggers['badlogin'] = true; +$wgConfirmEditEnabledAbuseFilterCustomActions[] = 'showcaptcha'; $wgCaptchaQuestions = [ 'What is the output of: <code>LC_ALL=C pacman -V|sed -r "s#[0-9]+#$(date -u +%m)#g"|base32|head -1</code>' => trim(file_get_contents("{{ archwiki_question_answer_file }}")) ];