Last modified: 2013-08-10 12:33:34 UTC
Even if anonymous browsing is disabled with: $wgGroupPermissions['*']['read'] = false; The logout page still says: You can continue to use $wgSitename anonymously When anonymous browsing is completely disabled, that phrase should be stricken. When some anonymous browsing is enabled with $wgWhitelistRead, like this: $wgWhitelistRead = array ( "Special:UserLogin", "Special:UserLogout", "Special:PasswordReset", "MediaWiki:Common.css", "MediaWiki:Common.js" ); The phrase should be changed to perhaps display the whitelist, like this: You can continue to use $wgSitename anonymously, for these pages: * Special:UserLogin * Special:UserLogout * Special:PasswordReset * MediaWiki:Common.css * MediaWiki:Common.js
https://gerrit.wikimedia.org/r/48987
Patch was abandoned (and its approach), hence removing keyword.
Change 78376 had a related patch set uploaded by Nemo bis: Make logout text simpler and more general https://gerrit.wikimedia.org/r/78376
Change 78376 merged by jenkins-bot: Make logout text simpler and more general https://gerrit.wikimedia.org/r/78376
Fixed by removing that piece of text.