Changes
Jump to navigation
Jump to search
Test Web Server Documentation (view source)
Revision as of 15:56, 22 January 2016
, 15:56, 22 January 2016no edit summary
I followed the [http://wiki.4intra.net/IntraACL#Installation installation instructions] for IntraACL pretty much line-for-line, including the patch.
== Understanding IntraACL (1/22/16) ==
So I must have set something during the installation or configuration of Mediawiki that revoked the 'edit' page permission from all users (even anonymous users), which I think applies before the IntraACL. The line in LocalSettings.php looks like:
$wgGroupPermissions['*']['edit'] = false;
and I commented it out so that the IntraACL can manage permissions.