https://bugzilla.wikimedia.org/show_bug.cgi?id=17487


Mike.lifeguard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Email                       |Site requests
           Keywords|                            |shell
            Product|MediaWiki                   |Wikimedia
            Summary|Block IPs abusing password  |Change rate limit for
                   |reminder feature            |mailpassword for IPs




--- Comment #14 from Mike.lifeguard <[email protected]>  2009-02-18 
21:08:21 UTC ---
(In reply to comment #13)
> On Wikimedia wikis, I believe this is the relevant info:
> 
> 'wgRateLimits' => array(
>     'default' => array(
>         'mailpassword' => array(
>             // 5 password reminders per hour per IP
>             'ip'     => array( 5, 3600 ),
>         ),
>     ),
> ),
> 
> From http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
> 

OK, so this is just a shell request I guess. Can we please have something like

//5 password reminders per 2 days per IP
'ip' => array(5, 172800),

I don't think that'd pose any problems for people who have legitimately lost
their password.


-- 
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

Reply via email to