Changes

Jump to navigation Jump to search
Then we just have to make a CSV with columns for username, password, email, real name, and user groups (optional). More info on the [https://www.mediawiki.org/wiki/Extension:ImportUsers extension documentation page].
 
We also want to limit account creation to sysops only. To do this, edit LocalSettings.php and add these lines:
# Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false;
== To-do list ==
Anonymous user

Navigation menu