Added rate limiter for Special:Emailuser
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 6db13e9..ec8a660 100644 (file)
@@ -2209,6 +2209,9 @@ $wgRateLimits = array(
        'mailpassword' => array(
                'anon' => NULL,
                ),
+       'emailuser' => array(
+               'user' => null,
+               ),
        );
 
 /**