Hello,
what is the supposed way if i want to disable the option to create new accounts on my wiki ? I expected this setting would be located in LocalSettings.php but i havent found something related to my search-keywords.
At the moment my users can easily create themself new accouts, just be selecting the option inside my wiki installation. As all needed accounts are created already (fix amount of users) it would be great if i could disabling the option to create new accounts now.
Any suggestions ?
(Mediawiki 1.11)
Best regards Florian
Am Donnerstag, den 28.02.2008, 12:48 +0100 schrieb Florian Poeck (EDV) - Kniel System-Electronic GmbH:
what is the supposed way if i want to disable the option to create new accounts on my wiki ? I expected this setting would be located in LocalSettings.php but i havent found something related to my search-keywords.
Hi Florian,
what you are looking for is $wgGroupPermissions['*' ]['createaccount']. In general, you find much more settings in includes/DefaultSettings.php. Copy what you need to change to LocalSettings.php and change it there.
Cheers Kilian
mediawiki-l@lists.wikimedia.org