Import users from CSV
Last modified by Thomas Mortagne on 2026/06/02 17:54
| Python script to generate XWiki users from CSV file |
| Type | Snippet |
| Category | |
| Developed by | |
| Rating | |
| License | GNU Lesser General Public License 2 |
Table of contents
Description
Add many XWiki user-accounts in bulk, based on a spreadsheet CSV file.
This python-script can produce a XAR archive that can be uploaded using the
import-function in the Admin panel. After doing so you still need to
add these users to the group XWikiAllGroup (and additional groups if
you like).
These new users will all get XWIki defaults in their user profile Preferences,
but you can change this by modifying the template.xml
, extract and follow instructions.