Skip to content

Commit

Permalink
feat: disable captcha (will configure in secret)
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee authored Nov 9, 2024
1 parent 7eef010 commit 52956aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/wiki/ExtensionSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
$wgGroupPermissions['sysop']['interwiki'] = true;

# Captcha
wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/hCaptcha' ]);
// wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/hCaptcha' ]);

# Prevent spam
#$wgGroupPermissions['emailconfirmed']['skipcaptcha'] = true;
#$ceAllowConfirmedEmail = true;
$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = true;
$wgGroupPermissions['autoconfirmed']['crowdsec-bypass'] = true;

$wgCaptchaTriggers['edit'] = true;
$wgCaptchaTriggers['create'] = true;
// $wgCaptchaTriggers['edit'] = true;
// $wgCaptchaTriggers['create'] = true;

# AbuseFilter
wfLoadExtension( 'AbuseFilter' );
Expand Down

0 comments on commit 52956aa

Please sign in to comment.