[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mediawiki editable
From: |
Manuel Guesdon |
Subject: |
Re: Mediawiki editable |
Date: |
Sun, 30 Oct 2005 13:13:19 +0100 (CET) |
On Sat, 22 Oct 2005 14:31:23 -0600 Adam Fedor <address@hidden> wrote:
>| Any ideas when mediawiki will be editable again?
>|
>| I'd like to put the bounty information on it, but have other people
>| able to add to it.
Upgraded to mediawiki 1.5.1. It is now editable.
members of 'user' group should just have only the right to read.
members of 'writer' group can read/edit/....
here is the complete groups rights:
$wgGroupPermissions['*' ]['createaccount'] = true;
$wgGroupPermissions['*' ]['read'] = true;
$wgGroupPermissions['*' ]['edit'] = false;
$wgGroupPermissions['user' ]['move'] = false;
$wgGroupPermissions['user' ]['read'] = true;
$wgGroupPermissions['user' ]['edit'] = false;
$wgGroupPermissions['user' ]['upload'] = false;
$wgGroupPermissions['writer' ]['move'] = true;
$wgGroupPermissions['writer' ]['read'] = true;
$wgGroupPermissions['writer' ]['edit'] = true;
$wgGroupPermissions['writer' ]['upload'] = true;
$wgGroupPermissions['bot' ]['bot'] = true;
$wgGroupPermissions['sysop']['block'] = true;
$wgGroupPermissions['sysop']['createaccount'] = true;
$wgGroupPermissions['sysop']['delete'] = true;
$wgGroupPermissions['sysop']['editinterface'] = true;
$wgGroupPermissions['sysop']['import'] = true;
$wgGroupPermissions['sysop']['importupload'] = true;
$wgGroupPermissions['sysop']['move'] = true;
$wgGroupPermissions['sysop']['patrol'] = true;
$wgGroupPermissions['sysop']['protect'] = true;
$wgGroupPermissions['sysop']['rollback'] = true;
$wgGroupPermissions['sysop']['upload'] = true;
$wgGroupPermissions['bureaucrat']['userrights'] = true;
Please see http://meta.wikimedia.org/wiki/Help:User_rights
And add people to the proper group in
http://mediawikinew.gnustep.org/index.php/Special:Userrights page
(I've already added fewpeople).
People who want write access can contact a 'bureaucrat' user:
A. Perez
A. Fedor
M. Guesdon
All account creation must now be confirmed (an email is sent to the user).
Please report missing data,... which may have occured during migration.
Manuel