[Mediawiki-l] UserRights: Noone is allowed to edit the Wiki by default

Martin Baumann mailsgetlost at web.de
Wed Jan 25 13:56:45 UTC 2006


Would this be a good way:

## User Rights
$wgGroupPermissions['user']['upload']=false;
$wgGroupPermissions['user']['edit']=false;
$wgGroupPermissions['user']['move']=false;
$wgGroupPermissions['*']['upload']=false;
$wgGroupPermissions['*']['edit']=false;
$wgGroupPermissions['*']['move']=false;


MB


MediaWiki announcements and site admin list <mediawiki-l at Wikimedia.org> schrieb am 25.01.06 14:14:31:
> 
> Hi,
> 
> how to restrict user rights that by default noone is allowed to edit the wiki?
> I want that only users that are allowed can edit wiki.
> I tried to add 
> 
> ## User Rights
> $wgGroupPermissions['*']['edit']=false;
> 
> in my LocalSettings.php.
> 
> After that I created a new user. But I could edit the wiki.
> I use mediawiki-1.5
> 
> Thanks, MB
> ______________________________________________________________
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193




More information about the MediaWiki-l mailing list