Skip to content

Commit ed659ca

Browse files
feat: disabled user talk namespace
1 parent e122981 commit ed659ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mediawiki/LocalSettings.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,11 @@
307307
$wgNamespaceProtection[NS_PROJECT] = ['edit'];
308308

309309
# Spam mitigation
310-
$wgGroupPermissions['user']['createtalk'] = false; # No user talk pages
310+
$wgGroupPermissions['user']['createtalk'] = false; # No talk pages creation
311311
$wgGroupPermissions['user']['sendemail'] = false; # No email send
312312
$wgGroupPermissions['user']['delete'] = false; # No deletion
313313
$wgNamespaceProtection[NS_USER] = ['nobody']; # No user page editing/creation
314+
$wgNamespaceProtection[NS_USER_TALK] = ['nobody']; # No user talk pages
314315

315316
# Autoconfirm
316317
$wgAutoConfirmAge = 3 * 24 * 3600;

0 commit comments

Comments
 (0)