User:Admin

From ACX100/ACX111 wireless network driver project

Jump to: navigation, search

boouou I am Hauke Mehrtens and I am the new Webmaster of this Project. If you have any Problems or wishes tell me.

If you want to contact me: hauke@hauke-m.de

I think you might want to add this to LocalSettings.php to require users who wish to change a page to be
logged in.  Goes a long way to prevent spam.

# prevent anonymous users from being able to edit while allowing users
$wgGroupPermissions['*']['createaccount'] = true;
$wgGroupPermissions['*']['read'] = true;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = true;

Further info: http://en.wikipedia.org/wiki/Wikipedia:Dealing_with_vandalism

Rolf Leggewie


I am working on this.