Saturday, June 21, 2014

Prevent anonymous users from editing a wiki

I installed a wiki on http://wiki.vana-vigala.ee

How to prevent anonymous users from editing my wiki?

https://www.mediawiki.org/wiki/Manual:Preventing_access

$ nano /etc/mediawiki/LocalSettings.php

$wgGroupPermissions['*']['edit'] = false;

More than one contract partner

Lino is cool: it took me only about 2 hours to implement docs/tickets/110. (Except for data migration and adapting document template)