Remove passwordreset capture feature
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 16 Nov 2016 04:04:06 +0000 (04:04 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Wed, 23 Nov 2016 00:02:33 +0000 (00:02 +0000)
commitf12a3edff708a1fb73a09d154693dba49b69d921
tree95d6f71bb73b47bb6231298059a0691fdd39ce87
parenta9c0f0e93c9940f3a756f0ea1bb28237f266a20f
Remove passwordreset capture feature

If anyone wants such a thing, they can make their own extension.

I asked stewards, and they said they don't use this.

See also T32636 / 9de2bfd1fe

Bug: T150930
Change-Id: I3ab5962dba668e5d628e55ad0c0feae471d82b5e
13 files changed:
RELEASE-NOTES-1.29
includes/api/ApiResetPassword.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/auth/TemporaryPasswordAuthenticationRequest.php
includes/auth/TemporaryPasswordPrimaryAuthenticationProvider.php
includes/specials/SpecialPasswordReset.php
includes/user/PasswordReset.php
includes/user/User.php
languages/i18n/en.json
languages/i18n/qqq.json
tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php
tests/phpunit/includes/user/PasswordResetTest.php