Last modified: 2011-05-15 02:54:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25231, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23231 - Set wgBlockDisablesLogin to true on Wikimedia private wikis
Set wgBlockDisablesLogin to true on Wikimedia private wikis
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks: 13165 28987
  Show dependency treegraph
 
Reported: 2010-04-18 08:41 UTC by Nemo
Modified: 2011-05-15 02:54 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nemo 2010-04-18 08:41:47 UTC
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.
Comment 1 p858snake 2010-04-18 09:00:59 UTC
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.
Comment 2 Cary Bass 2010-04-20 18:08:48 UTC
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
),
Comment 3 Rob Halsell 2010-04-20 18:18:56 UTC
Done

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links