Creating new REL1_26 branch
1 file changed
tree: aa0b1ca5a268751327601aa22db33d370f48a8b7
  1. i18n/
  2. .gitreview
  3. CHANGELOG.md
  4. COPYING
  5. ImportUsers.alias.php
  6. ImportUsers.i18n.php
  7. ImportUsers.php
  8. ImportUsers_body.php
  9. README.md
README.md

ImportUsers

The ImportUsers extension to MediaWiki allows to import users in bulk from a UTF-8 encoded CSV file.

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called ImportUsers in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file:
    require_once "$IP/extensions/ImportUsers/ImportUsers.php";
  4. Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
  5. Done.

Configuration

See the extension's homepage for instructions on how to configure this extension.