Drop six authentication-related hooks, deprecated in 1.27
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 13 Sep 2018 22:20:11 +0000 (15:20 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 29 Oct 2018 22:02:06 +0000 (15:02 -0700)
commit36ec0c6984cf284a5d5f661f17cc68c37a7f223d
treec2019bdbf74652bac76655ee5005e66d4718249a
parentafe9a0fa5bd8fdcc9f2a9403f366e24f46fd64d1
Drop six authentication-related hooks, deprecated in 1.27

AbortAutoAccount, AbortNewAccount, AbortLogin, LoginUserMigrated,
UserCreateForm, and UserLoginForm are all unused in Wikimedia
production and rare in other extensions.

This also scraps the FakeAuthTemplate and LoginForm classes and
the occasional remainig references thereto.

Bug: T193755
Change-Id: I24d6fa963f402d4311fa00fc11536a37ee3bd31e
RELEASE-NOTES-1.33
autoload.php
docs/hooks.txt
includes/exception/UserNotLoggedIn.php
includes/specialpage/LoginSignupSpecialPage.php