
Simetrical+wikilist at gmail
Jul 23, 2008, 5:39 PM
Post #2 of 2
(209 views)
Permalink
|
|
Re: Restrict "edit" access of a particular page
[In reply to]
|
|
On Wed, Jul 23, 2008 at 7:56 PM, gbtkjd dgjksbg <the_rock3353[at]yahoo.com> wrote: > Hi Everyone, > > Is it possible for me to restrict access of a particular page to [users]. > ie my group [users] can edit all the pages but can I specify a single page > that they can't edit? > Sort of blacklist. First of all, I would suggest that you very seriously consider the approach of telling everyone "Don't edit this page unless you're in Group X!" Wikis rely very heavily on "soft security", and there's not necessarily any reason to institute hard restrictions: http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity For example, on Wikipedia, all the core policy pages can be edited by any (autoconfirmed) user. In practice, this means that people can fix typos and tweak formatting without having to ask anyone for permission. If someone makes an unreasonable change, someone else reverts it, and if they continue they get blocked for vandalism. However, if you do need this, use the "protect" feature: http://en.wikipedia.org/wiki/Help:Administration#Protection You can add different protection levels using $wgRestrictionLevels, if your user group needs to be "below" sysops: http://www.mediawiki.org/wiki/Manual:%24wgRestrictionLevels _______________________________________________ Wikitech-l mailing list Wikitech-l[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|