https://bugzilla.wikimedia.org/show_bug.cgi?id=18771
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Reedy <[email protected]> 2010-02-09 22:45:46 UTC --- Roan, any thoughts on how to implement this? Something i can keep poking at when i get 5 minutes etc.. ApiLogin public function getErrors() { return array ( 'NoName' => 'You didn't set the lgname parameter', 'Illegal' => ' You provided an illegal username', 'NotExists' => ' The username you provided doesn't exist', 'EmptyPass' => ' You didn't set the lgpassword parameter or you left it empty', 'WrongPass' => ' The password you provided is incorrect', 'WrongPluginPass' => 'Same as `WrongPass", returned when an authentication plugin rather than MediaWiki itself rejected the password', 'CreateBlocked' => 'The wiki tried to automatically create a new account for you, but your IP address has been blocked from account creation', 'Throttled' => 'You've logged in too many times in a short time', 'Blocked' => 'User is blocked', 'mustbeposted' => 'The login module requires a POST request' ); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
