https://bugzilla.wikimedia.org/show_bug.cgi?id=35298
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|API |User login --- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-03-18 15:44:11 UTC --- (In reply to comment #0) > Repeated successful logins to the same account from the same ip address are > throttled. Is there a reason for this? Probably MW core that is at "fault" Why would you need to do many logins in a short period, from the same IP? Cache your cookies and use them $result['wait'] = intval( $wgPasswordAttemptThrottle['seconds'] ); -- 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
