mediawiki: add option to toggle Restrict anonymous editing
I just had the situation where my mediawiki was changed by an anonymous person. So I just have the IP-address where the spam came from.
Currently implemented is: private mode: allows to block editing AND reading of the wiki
In order to just block editing by unregistered people, the following setting has to be added
$wgGroupPermissions['*']['edit'] = false;