Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -582,8 +582,8 @@ |
583 | 583 | } |
584 | 584 | |
585 | 585 | /* |
586 | | - * Increment the login attempt throttle hit count for a user |
587 | | - * and then check if the (username,IP) combination is throttled. |
| 586 | + * Increment the login attempt throttle hit count for the (username,current IP) |
| 587 | + * tuple unless the throttle was already reached. |
588 | 588 | * @param $username string The user name |
589 | 589 | * @return Bool|Integer The integer hit count or True if it is already at the limit |
590 | 590 | */ |
— | — | @@ -610,7 +610,7 @@ |
611 | 611 | } |
612 | 612 | |
613 | 613 | /* |
614 | | - * Clear the login attempt throttle hit count for a user |
| 614 | + * Clear the login attempt throttle hit count for the (username,current IP) tuple. |
615 | 615 | * @param $username string The user name |
616 | 616 | * @return void |
617 | 617 | */ |