Last modified: 2013-10-23 18:17:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T37682, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35682 - $wgGroupPermissions when ['edit'] = true; and ['createpage'] = false; for a group, users in that group can still create pages
$wgGroupPermissions when ['edit'] = true; and ['createpage'] = false; for a ...
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.18.x
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-03 21:47 UTC by shaun
Modified: 2013-10-23 18:17 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description shaun 2012-04-03 21:47:15 UTC
$wgGroupPermissions when ['edit']  = true; and ['createpage'] = false; for a group, users in that group can still create pages

Of course taking away edit rights removes the create page right. 

I have tried 

$wgGroupPermissions['*']['edit']          = false;
$wgGroupPermissions['*']['createpage']    = false;
$wgGroupPermissions['*']['createtalk']    = false;
$wgGroupPermissions['user']['edit']  = true;
$wgGroupPermissions['user']['createpages']  = false;


I have also tryed this with a vanilla install with no extension.
Comment 1 shaun 2012-04-03 22:13:47 UTC
I was able to get it to work

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links