| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 23371: Fix CSRF similar to r64677 covering the other three execute() | Platonides | 2010-05-01 | 1 | -11/+82 |
* | Fix another instance of the result of User::newFromName() being compared with... | Roan Kattouw | 2010-04-09 | 1 | -1/+1 |
* | * (bug 23076) Fixed login CSRF vulnerability. Logins now require a token to b... | Tim Starling | 2010-04-07 | 1 | -2/+61 |
* | Avoid fatal on login if username is invalid title | Aryeh Gregor | 2010-03-09 | 1 | -1/+1 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-02-17 | 1 | -6/+7 |
* | Revert r58025 (User::newFromName() returns WikiError under certain circumstan... | Tim Starling | 2010-02-03 | 1 | -5/+0 |
* | Allow gender in 'login-userblocked', per request on http://translatewiki.net/... | Alexandre Emsenhuber | 2010-02-01 | 1 | -1/+2 |
* | Cleanup r61694, move blocked check to after password check, global auth check... | Chad Horohoe | 2010-02-01 | 1 | -6/+5 |
* | Add new global $wgBlockDisablesLogin to prevent logging in by blocked users, ... | Chad Horohoe | 2010-01-29 | 1 | -1/+6 |
* | * Add USER_BLOCKED case to UserLogin. | Raimond Spekking | 2010-01-29 | 1 | -0/+4 |
* | * Send new password e-mail in users preference language | Raimond Spekking | 2010-01-10 | 1 | -3/+3 |
* | Attempt at normalistion of comparison styles - empty string on left and right... | Sam Reed | 2010-01-06 | 1 | -7/+7 |
* | Fix coding style | Roan Kattouw | 2010-01-02 | 1 | -4/+2 |
* | (bug 20115) Special:Userlogin says "Log in / create account" even if the user... | Roan Kattouw | 2010-01-02 | 1 | -1/+9 |
* | Per Tim Starling, fixes for r58061: | Alexandre Emsenhuber | 2009-12-30 | 1 | -4/+1 |
* | Automatically link on login if passwords match | Aryeh Gregor | 2009-12-13 | 1 | -3/+10 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -2/+2 |
* | Fix r59761,r59797: check if is_object() | Chad Horohoe | 2009-12-09 | 1 | -1/+1 |
* | Rename some extauth functions and fields | Aryeh Gregor | 2009-12-08 | 1 | -1/+1 |
* | Per Nikerabbit, follow-up to r59761: just check for "instanceof User" | Alexandre Emsenhuber | 2009-12-07 | 1 | -1/+1 |
* | User::newFromName() can return false on invalid user name, and thus was throw... | Alexandre Emsenhuber | 2009-12-05 | 1 | -1/+1 |
* | more specific error message, using WikiError, if user trys to create account ... | Katie Filbert | 2009-10-22 | 1 | -0/+5 |
* | * function isValidPassword modified to return boolean(true/false) | Fenzik Joseph | 2009-10-19 | 1 | -1/+1 |
* | Follow-up r30264: pass second parameter to AddNewAccount hook, as advertised ... | Alexandre Emsenhuber | 2009-10-15 | 1 | -2/+2 |
* | Revert broken rewrite of login system; totally broken. | Brion Vibber | 2009-09-26 | 1 | -431/+935 |
* | Improve HTMLForm's support for adding content in and around the form, to impr... | Happy-melon | 2009-09-24 | 1 | -30/+28 |
* | Allow extra buttons and hidden fields to be included in HTMLForm. Accessible... | Happy-melon | 2009-09-22 | 1 | -17/+13 |
* | Follow-up to r56684 - fix message parameters for Login::ILLEGAL | Happy-melon | 2009-09-21 | 1 | -2/+2 |
* | Follow-ups to r56684: add a member function for extensions to add header text... | Happy-melon | 2009-09-20 | 1 | -0/+10 |
* | Merge in Login rewrite, second time lucky. | Happy-melon | 2009-09-20 | 1 | -937/+429 |
* | Revert broken rewrite of login forms: | Brion Vibber | 2009-09-08 | 1 | -401/+919 |
* | Followup to r55990 - rename method to avoid PHP Strict warnings | Happy-melon | 2009-09-07 | 1 | -1/+1 |
* | * Totally refactor includes/specials/SpecialUserlogin.php: | Happy-melon | 2009-09-07 | 1 | -919/+401 |
* | (bug 9691) Add type parameter to ModifyUITemplate function calls | Chad Horohoe | 2009-07-27 | 1 | -1/+1 |
* | * (bug 18799) Special:Userlogin now handles correctly the returnto parameter ... | Alexandre Emsenhuber | 2009-07-25 | 1 | -3/+3 |
* | Add experimental new auth framework, ExternalAuth | Aryeh Gregor | 2009-07-19 | 1 | -17/+45 |
* | Allow wikitext to be used in nologin, etc. | Aryeh Gregor | 2009-07-19 | 1 | -4/+4 |
* | Add returntoquery= parameter to Special:Userlogin which adds a query string t... | Roan Kattouw | 2009-07-14 | 1 | -4/+10 |
* | (bug 19157) createAndPromote error on bad password | Chad Horohoe | 2009-06-27 | 1 | -2/+3 |
* | Block password resets from globally blocked IP addresses | Andrew Garrett | 2009-06-16 | 1 | -0/+7 |
* | * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special... | Siebrand Mazeland | 2009-06-07 | 1 | -4/+9 |
* | Update per r50782: | Robin Pepermans | 2009-05-24 | 1 | -4/+4 |
* | Kill a bunch of unused $wgUser | Chad Horohoe | 2009-04-28 | 1 | -2/+0 |
* | Revert r47569 and subsequent related revisions. These still break logging in ... | Andrew Garrett | 2009-03-25 | 1 | -2/+1 |
* | Follow up to r47976 (bug 17722). For real this time: fix the regression where... | Chad Horohoe | 2009-03-18 | 1 | -0/+1 |
* | (bug 17844) Redirect users to a specific page when they log in. Based on patc... | Chad Horohoe | 2009-03-07 | 1 | -1/+5 |
* | (bug 17722) Fix regression where users are unable to change temporary passwords | Chad Horohoe | 2009-03-03 | 1 | -1/+1 |
* | (bug 12746) We shouldn't be sending out new password e-mails when a wiki is i... | Chad Horohoe | 2009-02-11 | 1 | -1/+6 |
* | (bug 7509) Separation strings should be configurable | Siebrand Mazeland | 2009-02-09 | 1 | -1/+3 |
* | Re-fix bug 2242 - adding expiry time for temporary passwords. Now with proper... | Chad Horohoe | 2009-01-07 | 1 | -2/+3 |