https://bugzilla.wikimedia.org/show_bug.cgi?id=24431

           Summary: to assign more flexible rights to user
           Product: MediaWiki
           Version: 1.16.0beta3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to