https://bugzilla.wikimedia.org/show_bug.cgi?id=27172
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2011-02-05 20:05:08 UTC --- Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: CommonSettings.php =================================================================== --- CommonSettings.php (revision 1569) +++ CommonSettings.php (working copy) @@ -2336,6 +2336,19 @@ # $wgAPIModules['parse'] = 'ApiDisabled'; #} +if ( $wgDBname == 'ptwikibooks' ) { + # Account creation throttle disabled for "LogĂstica 2011" project from + # [[FCT]] / [[New University of Lisbon]] + if ( ( time() > strtotime( '2011-02-14T08:00 +1:00' ) ) + && ( time() < strtotime( '2011-02-25T23:00 +1:00' ) ) + && ( wfGetIP() == '193.136.126.36' || wfGetIP() == '193.136.124.200') ) + { + $wgAccountCreationThrottle = 100; + } +} + + + # THIS MUST BE AFTER ALL EXTENSIONS ARE INCLUDED # # REALlY ... were not kidding here ... NO EXTENSIONS AFTER =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
