xref: /dokuwiki/lib/plugins/usermanager/lang/en/import.txt (revision 0d9a72ff5d870d72772f5f6b4b83b8ee0b4a1f05)
1===== Bulk User Import =====
2
3Requires a CSV file of users with at least four columns.
4The columns must contain, in order: user-id, full name, email address and groups.
5The CSV fields should be separated by commas (,) and strings delimited by quotation marks ("").  Backslash (\) can be used for escaping.
6For an example of a suitable file, try the "Export Users" function above.
7Duplicate user-ids will be ignored.
8
9A password will be generated and emailed to each successfully imported user.
10