Page MenuHomePhabricator

Logout page instructions do not reflect $wgGroupPermissions
Closed, ResolvedPublic

Description

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

Version: 1.18.x
Severity: trivial

Details

Reference
bz33439
TitleReferenceAuthorSource BranchDest Branch
Draft: Add GrowthExperiments Newcomers homepage schemarepos/growth/community-configuration-example!9sgimenoschema-homepagemain
Add translations for provider name and descriptionrepos/growth/community-configuration-example!5sgimenoadd-text-keysmain
Customize query in GitLab

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:03 AM
bzimport set Reference to bz33439.

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.