Page MenuHomePhabricator

Set wgBlockDisablesLogin to true on Wikimedia private wikis
Closed, ResolvedPublic

Description

Please set wgBlockDisablesLogin to true in internalwiki, officewiki,
boardwiki, auditcomwiki, chairwiki, collabwiki, execwiki, wikimaniateamwiki
(otrs_wikiwiki and chapcomwiki already done in bug 22319). This is the most
simple solution since bug 13177 has been closed.

arbcom_enwiki, arbcom_dewiki and Wikimedia chapters with private, WMF-hosted wikis may be interested, too.


Version: unspecified
Severity: enhancement

Details

Reference
bz23231

Related Objects

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:08 PM
bzimport set Reference to bz23231.
bzimport added a subscriber: Unknown Object (MLST).

I created bug 23230 just before which has a similar scope but wider (All private wmf wikis, since in nature they are that for a reason). But I won't mark this as a dupe just yet till someone comments on either.

bastique.bz wrote:

Current settings for

'wgBlockDisablesLogin' => array(

'arbcom_nlwiki' => 'true', // # 22630
'chapcomwiki' => 'true', // # 22319
'otrs_wikiwiki' => 'true', // # 22319

),

Make it:

'wgBlockDisablesLogin' => array(

'arbcom_nlwiki' => 'true', // # 22630
'auditcomwiki' => 'true', // # 23231
'chairwiki' => 'true', // # 23231
'chapcomwiki' => 'true', // # 22319
'collabwiki' => 'true', // # 23231
'execwiki' => 'true', // # 23231
'internalwiki' => 'true', // # 23231
'officewiki' => 'true', // # 23231
'otrs_wikiwiki' => 'true', // # 22319
'wikimaniateamwiki' => 'true', // # 23231

),