(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the passw...
authorHappy-melon <happy-melon@users.mediawiki.org>
Wed, 20 Apr 2011 15:27:09 +0000 (15:27 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Wed, 20 Apr 2011 15:27:09 +0000 (15:27 +0000)
commit399f95577b0025da566d487af03c54fe5dec6d2c
treed1b4cbe2cf70f5625a7dc46d2799f101b310ff05
parent98a3b30feb8ee4f6a6653321a1d0d78b1931176c
(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate the password-reset request dialogue from SpecialUserlogin.
* Refactor with all the latest bells and whistles
* Allow wikis to enable resettting by entering an email address (bug 13015).  This is currently an unindexed query, but it is disabled by default so no immediate problem.
* Allow resetting to be disabled entirely (bug 20473).
* Don't send registered users' IP addresses in the emails (bug 18347)
* Check that a user is not globally blocked before letting them send messages (bug 23669)
* Display a more useful error message when an account exists globally but not locally (bug 18996).
includes/AutoLoader.php
includes/DefaultSettings.php
includes/SpecialPage.php
includes/SpecialPageFactory.php
includes/specials/SpecialPasswordReset.php [new file with mode: 0644]
includes/specials/SpecialUserlogin.php
includes/templates/Userlogin.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc