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
- Create a textfile with your userdata. The format is:
password;userid;lastname;firstname;email
- 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:

- Download this script.
- 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:

- In the following form click on the 'Test' tab:

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