Skip to content

Hide MediaWiki pages by assigning page to a specified category.

Notifications You must be signed in to change notification settings

PhantomCity/WikiRightsViaUserGroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

WikiRightsViaUserGroups

Hide MediaWiki pages by assigning page to a specified category.

Assign in LocalSettings.php rights for groups:

$wgGroupPermissions['Developers']['rabcg'] = ['Access2Developers'];
$wgGroupPermissions['QAs']['rabcg'] = ['Access2qas'];

And any page with category Access2Developers or Access2qas will be hidden from user's, that not in groups Developers and QAs

About

Hide MediaWiki pages by assigning page to a specified category.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published