aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/changePassword.php
Commit message (Expand)AuthorAgeFilesLines
* Add an option for changePassword.php to read the password through stdinAlex2024-12-061-2/+26
* maintenance: Use more of namespaced Maintenance classReedy2024-10-161-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-1/+1
* maintenance: Move username/userid validation into Maintenance classReedy2021-07-131-10/+1
* Do not output wikitext in maintenance scriptUmherirrender2019-09-201-1/+1
* Improve changePassword.php error handlingGergő Tisza2019-04-081-12/+8
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-13/+7
* Add new convenience User method for authentication data changeGergő Tisza2016-06-081-1/+15
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* style: fix up commas in function argumentsAntoine Musso2013-02-061-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-0/+5
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-1/+1
* Revert r96732Sam Reed2011-09-101-1/+0
* Invalidate user cache upon password changeSam Reed2011-09-101-0/+1
* Allow changePassword.php to use username or useridSam Reed2011-03-271-2/+9
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1/+1
* Standardised file description headers:Alexandre Emsenhuber2010-09-011-2/+3
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* newline on that output so your terminal don't look funny :)Brion Vibber2009-09-041-1/+1
* Actually return something useful on successChad Horohoe2009-09-041-0/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-41/+36
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-25/+40
* Merge maintenance-work branch:Chad Horohoe2009-06-241-40/+25
* * Small cleanupsNiklas Laxström2009-02-011-3/+1
* * Changed password hash format, see wikitech-lTim Starling2008-06-051-9/+2
* Revert r35178 and normalize User's getID() and setID() methods to prettier ge...Brion Vibber2008-05-221-3/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Give feedback on wrong/missing args, and for invalid user.Greg Sabino Mullane2007-05-161-14/+25
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* * Adding a trailing ?>Ævar Arnfjörð Bjarmason2006-03-071-0/+1
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-3/+3
* Move check for --help to after the command-line checks, so it doesn'tBrion Vibber2005-11-161-4/+5
* * Password changing script for idiot users with amnesiaÆvar Arnfjörð Bjarmason2005-11-151-0/+51