AuthManager: Always whitelist some special pages
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sun, 7 Aug 2016 18:09:42 +0000 (20:09 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Thu, 11 Aug 2016 16:35:28 +0000 (18:35 +0200)
commitf2598a0b21596c6ad515f385570f6571b07b2333
tree1204fc2d984293b29cf19ddd6a9ed0c0ffc68c56
parentc08f8566b4c5764e40830d5c97fc1e5fcb65f4a7
AuthManager: Always whitelist some special pages

Special:UserLogout should be whitelisted, if Special:UserLogin is whitelisted,
as otherwise the user is able to login, but not able to logout anymore (given,
that the sys-admin hasn't change the $wgWhitelistRead config variable).

Special:ChangePassword redirects to Special:ChangeCredentials. Instead of
adding this special page, it should be done explicitly in the
wiki configuration (LocalSettings.php). For this reason, the whitelist is
removed, too.

Change-Id: I271efb517bf0ec0022e6fe29673570ca08e8fe1a
includes/Title.php