aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUserlogin.php
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 23371: Fix CSRF similar to r64677 covering the other three execute() Platonides2010-05-011-11/+82
* Fix another instance of the result of User::newFromName() being compared with...Roan Kattouw2010-04-091-1/+1
* * (bug 23076) Fixed login CSRF vulnerability. Logins now require a token to b...Tim Starling2010-04-071-2/+61
* Avoid fatal on login if username is invalid titleAryeh Gregor2010-03-091-1/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-02-171-6/+7
* Revert r58025 (User::newFromName() returns WikiError under certain circumstan...Tim Starling2010-02-031-5/+0
* Allow gender in 'login-userblocked', per request on http://translatewiki.net/...Alexandre Emsenhuber2010-02-011-1/+2
* Cleanup r61694, move blocked check to after password check, global auth check...Chad Horohoe2010-02-011-6/+5
* Add new global $wgBlockDisablesLogin to prevent logging in by blocked users, ...Chad Horohoe2010-01-291-1/+6
* * Add USER_BLOCKED case to UserLogin. Raimond Spekking2010-01-291-0/+4
* * Send new password e-mail in users preference languageRaimond Spekking2010-01-101-3/+3
* Attempt at normalistion of comparison styles - empty string on left and right...Sam Reed2010-01-061-7/+7
* Fix coding styleRoan Kattouw2010-01-021-4/+2
* (bug 20115) Special:Userlogin says "Log in / create account" even if the user...Roan Kattouw2010-01-021-1/+9
* Per Tim Starling, fixes for r58061:Alexandre Emsenhuber2009-12-301-4/+1
* Automatically link on login if passwords matchAryeh Gregor2009-12-131-3/+10
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* Fix r59761,r59797: check if is_object()Chad Horohoe2009-12-091-1/+1
* Rename some extauth functions and fieldsAryeh Gregor2009-12-081-1/+1
* Per Nikerabbit, follow-up to r59761: just check for "instanceof User"Alexandre Emsenhuber2009-12-071-1/+1
* User::newFromName() can return false on invalid user name, and thus was throw...Alexandre Emsenhuber2009-12-051-1/+1
* more specific error message, using WikiError, if user trys to create account ...Katie Filbert2009-10-221-0/+5
* * function isValidPassword modified to return boolean(true/false)Fenzik Joseph2009-10-191-1/+1
* Follow-up r30264: pass second parameter to AddNewAccount hook, as advertised ...Alexandre Emsenhuber2009-10-151-2/+2
* Revert broken rewrite of login system; totally broken.Brion Vibber2009-09-261-431/+935
* Improve HTMLForm's support for adding content in and around the form, to impr...Happy-melon2009-09-241-30/+28
* Allow extra buttons and hidden fields to be included in HTMLForm. Accessible...Happy-melon2009-09-221-17/+13
* Follow-up to r56684 - fix message parameters for Login::ILLEGALHappy-melon2009-09-211-2/+2
* Follow-ups to r56684: add a member function for extensions to add header text...Happy-melon2009-09-201-0/+10
* Merge in Login rewrite, second time lucky. Happy-melon2009-09-201-937/+429
* Revert broken rewrite of login forms:Brion Vibber2009-09-081-401/+919
* Followup to r55990 - rename method to avoid PHP Strict warningsHappy-melon2009-09-071-1/+1
* * Totally refactor includes/specials/SpecialUserlogin.php: Happy-melon2009-09-071-919/+401
* (bug 9691) Add type parameter to ModifyUITemplate function callsChad Horohoe2009-07-271-1/+1
* * (bug 18799) Special:Userlogin now handles correctly the returnto parameter ...Alexandre Emsenhuber2009-07-251-3/+3
* Add experimental new auth framework, ExternalAuthAryeh Gregor2009-07-191-17/+45
* Allow wikitext to be used in nologin, etc.Aryeh Gregor2009-07-191-4/+4
* Add returntoquery= parameter to Special:Userlogin which adds a query string t...Roan Kattouw2009-07-141-4/+10
* (bug 19157) createAndPromote error on bad passwordChad Horohoe2009-06-271-2/+3
* Block password resets from globally blocked IP addressesAndrew Garrett2009-06-161-0/+7
* * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...Siebrand Mazeland2009-06-071-4/+9
* Update per r50782:Robin Pepermans2009-05-241-4/+4
* Kill a bunch of unused $wgUserChad Horohoe2009-04-281-2/+0
* Revert r47569 and subsequent related revisions. These still break logging in ...Andrew Garrett2009-03-251-2/+1
* Follow up to r47976 (bug 17722). For real this time: fix the regression where...Chad Horohoe2009-03-181-0/+1
* (bug 17844) Redirect users to a specific page when they log in. Based on patc...Chad Horohoe2009-03-071-1/+5
* (bug 17722) Fix regression where users are unable to change temporary passwordsChad Horohoe2009-03-031-1/+1
* (bug 12746) We shouldn't be sending out new password e-mails when a wiki is i...Chad Horohoe2009-02-111-1/+6
* (bug 7509) Separation strings should be configurableSiebrand Mazeland2009-02-091-1/+3
* Re-fix bug 2242 - adding expiry time for temporary passwords. Now with proper...Chad Horohoe2009-01-071-2/+3