Attention

This document was written for an unsupported version of Plone, Plone 2.5.x, and was last updated 1239 days ago.

For more information, see the version support policy.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Batch-adding Users to Plone using CSV (Excel) files

by Tom Lazar last modified Dec 30, 2008 03:03 PM
How to import/create new users from CSV- a.k.a. Excel-files
  1. Create a textfile with your userdata. The format is:
    password;userid;lastname;firstname;email
  2. Log into the ZMI of your site and create a 'File' instance at the root of your plone instance. Give it the id 'users.csv' and the file you just created:

  3. Download this script.
  4. Also at the site root, create a 'Script (Python') instance in the root folder of your plone instance with the id 'importPASfromCSV' and the script you just downloaded. Click the 'Add and Edit' button:

  5. In the following form click on the 'Test' tab:

    This will execute the script and its output will be shown onscreen.
  6. There is no step 6.
from tomster.org

Contribute

Something wrong or out of date? Anybody can edit or create a new article in the knowledge base. Simply create an account on this site, log in, and click the Edit button to contribute.