On 7 September 2012 21:12, Krenair <[email protected]> wrote:

> On 07/09/12 21:06, Aaron Gray wrote:
>
>> Hi,
>>
>> A couple of quick questions, how do I stop anyone else from registering,
>> and how do I stop anyone who is not a registered user from editing ?
>>
>> I seem to remember doing something in the LocalSettings.php file, but
>> cannot remember what :(
>>
>> I am wondering what anti bot spam measures there are for MediaWIki.
>>
>> Many thanks in advance,
>>
>> Aron
>> ______________________________**_________________
>> MediaWiki-l mailing list
>> [email protected].**org <[email protected]>
>> https://lists.wikimedia.org/**mailman/listinfo/mediawiki-l<https://lists.wikimedia.org/mailman/listinfo/mediawiki-l>
>>
> In LocalSettings.php:
> $wgGroupPermissions['*']['**createaccount'] = false;
> $wgGroupPermissions['*']['**edit'] = false;
> $wgGroupPermissions['user']['**edit'] = true;
>
> Third line might not be necessary, but use it if the previous one stops
> even logged in users from editing.
>

Many thanks Alex !

Aaron
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to