Hard-deprecate LegacyHookPreAuthenticationProvider class
authorGergő Tisza <tgr.huwiki@gmail.com>
Wed, 10 Oct 2018 01:21:54 +0000 (18:21 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 22 Oct 2018 19:14:19 +0000 (12:14 -0700)
commitcfb62c605f55553db1588bd1b81f8c2ae06e81b2
treedd6974120100dc824765e38cad634f861eff18d1
parent093feda2c987b1039d91adc3858022bcbfad5a34
Hard-deprecate LegacyHookPreAuthenticationProvider class

The hooks that used to be called by this class will be removed in
I24d6fa963. The only reason to keep this class around is that
someone might have added it to $wgAuthManagerConfig so removing
it would trigger class lookup failures, so make sure any use
of the class triggers a deprecation warning.

Change-Id: I9755288eda7461ecf3dcd35de2081fbb3eb04ae3
RELEASE-NOTES-1.33
includes/DefaultSettings.php
includes/auth/LegacyHookPreAuthenticationProvider.php
tests/phpunit/includes/auth/LegacyHookPreAuthenticationProviderTest.php [deleted file]