Last modified: 2009-11-29 16:31:01 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 T23510, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21510 - Increase $wgAccountCreationThrottle for uem wikiweek
Increase $wgAccountCreationThrottle for uem wikiweek
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-14 18:44 UTC by Platonides
Modified: 2009-11-29 16:31 UTC (History)
1 user (show)

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


Attachments

Description Platonides 2009-11-14 18:44:22 UTC
Per [[Ticket:2009111310045971]], please increase the number of accounts able to be created ($wgAccountCreationThrottle) at eswiki from 193.147.239.254 ([[European_University_of_Madrid]]) during the week of November the 30, since they will be performing an activity called 'wikiweek' during which they expect many new accounts to be created.

This has been done in the past (look for 'Account creation throttle disabled for outreach event' on CommonSettings) but seems that the origin ip wasn't taken into account.
Comment 1 Platonides 2009-11-22 18:53:02 UTC
The code to add after $wgSquidServersNoPurge is set would be like this:

if ( $wgDBname == 'eswiki' ) {
    # Account creation throttle disabled for wikiweek at [[European_University_of_Madrid]] (bug 21510)
    if ( time() > strtotime( '2009-11-30T08:00 +1:00' )
      && time() < strtotime( '2009-12-06T23:00 +1:00' ) )
      && wfGetIP() == '193.147.239.254' )
    {
        $wgAccountCreationThrottle = 300;
    }
}

Comment 2 Roan Kattouw 2009-11-29 16:31:01 UTC
Done.

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


Navigation
Links