https://bugzilla.wikimedia.org/show_bug.cgi?id=27172
Summary: Increase $wgAccountCreationThrottle for Portuguese
Wikibooks
Product: Wikimedia
Version: unspecified
Platform: All
URL: http://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros:Di
%C3%A1logos_comunit%C3%A1rios/Abertura_de_contas_por_I
P_partilhado?uselang=en
OS/Version: All
Status: NEW
Keywords: shell
Severity: normal
Priority: Normal
Component: Site requests
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Hi!
Per request made on Portuguese Wikibooks (see URL [1]), please increase
temporarily the value of $wgAccountCreationThrottle during 2 weeks, from
February 14 to February 25.
This will be needed in order to continue the work on book [[b:pt:LogĂstica]],
which started last year[2]. The students will create the accounts during the
first classes, under supervision of it's teacher, which will be coordinating
that collaborative project during this semester.
There was a similar request on Bug 21510, where you can find the lines of code
previously used to implement something like this.
PS: Platonides, could you please check the code below to see if I've adapted it
correctly?
----
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;
}
}
----
[1]
http://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros:Di%C3%A1logos_comunit%C3%A1rios/Abertura_de_contas_por_IP_partilhado?uselang=en
[2] [[b:pt:Special:Contributions/193.136.126.36]]
--
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