Improved r92884 comments a bit on second thought
This commit is contained in:
parent
c9dc6c1d69
commit
c91dee62b9
1 changed files with 3 additions and 3 deletions
|
|
@ -582,8 +582,8 @@ class LoginForm extends SpecialPage {
|
|||
}
|
||||
|
||||
/*
|
||||
* Increment the login attempt throttle hit count for a user
|
||||
* and then check if the (username,IP) combination is throttled.
|
||||
* Increment the login attempt throttle hit count for the (username,current IP)
|
||||
* tuple unless the throttle was already reached.
|
||||
* @param $username string The user name
|
||||
* @return Bool|Integer The integer hit count or True if it is already at the limit
|
||||
*/
|
||||
|
|
@ -610,7 +610,7 @@ class LoginForm extends SpecialPage {
|
|||
}
|
||||
|
||||
/*
|
||||
* Clear the login attempt throttle hit count for a user
|
||||
* Clear the login attempt throttle hit count for the (username,current IP) tuple.
|
||||
* @param $username string The user name
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue