Author: jfarbman
Description:
In LocalSettings.php:
$wgGroupPermissions['user']['createpage'] = false;
does not disallow creation of new pages for registered users.
$wgGroupPermissions['user']['edit'] = false;
yeilds restriction of creation of pages, but also disallows editing in general.
See
http://meta.wikimedia.org/wiki/Help_talk:User_rights#Restriction_for_visitors_not_seeming_to_work
for another report of the same issue.
Note: Installation includes http://www.mediawiki.org/wiki/Extension:PageSecurity
However, disabling the extension in LocalSettings.php does not fix the problem.
Version: 1.9.x
Severity: major
OS: Linux