Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit 3351a3c

Browse files
committed
Match IP Masking configuration to Wikimedia production
1 parent fa19b61 commit 3351a3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

localsettings/feature-tempuser.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?php
22

33
$wgAutoCreateTempUser['enabled'] = true;
4+
5+
// editing is enabled only for temp accounts
6+
$wgGroupPermissions['*']['edit'] = false;
7+
$wgGroupPermissions['temp']['edit'] = true;

0 commit comments

Comments
 (0)