Page MenuHomePhabricator

to assign more flexible rights to user
Closed, DeclinedPublic

Description

Author: kongfucx

Description:
I'm working on this function that for each user
he or she can create the pages that is not exit and only the creater can edit the page, others could only view the source.

and I couldn't get over it, so I believe it's a bug.

By the way my localsettings.php write like this :
$wgGroupPermissions['*']['createaccount'] = true;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['user']['createpage'] = false;
$wgGroupPermissions['autoconfirmed']['createpage'] = true


Version: 1.16.x
Severity: enhancement

Details

Reference
bz24431

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:12 PM
bzimport set Reference to bz24431.
bzimport added a subscriber: Unknown Object (MLST).

This is not implemented in core, but there are extensions that let you do this, e.g. http://www.mediawiki.org/wiki/Extension:EditOwn