summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/en/import.txt
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-08-02 17:21:48 +0200
committerChristopher Smith <chris@jalakai.co.uk>2013-08-02 17:21:48 +0200
commitae1afd2f6529e4d07b18317304e5e2c302d783ce (patch)
tree30edd6a0064550cb43b4c846d915c338e706df47 /lib/plugins/usermanager/lang/en/import.txt
parent5c967d3d04622c1420313f1a514da5cda99827f3 (diff)
downloadrpg-ae1afd2f6529e4d07b18317304e5e2c302d783ce.tar.gz
rpg-ae1afd2f6529e4d07b18317304e5e2c302d783ce.tar.bz2
add csv import functionality to the user manager
Diffstat (limited to 'lib/plugins/usermanager/lang/en/import.txt')
-rw-r--r--lib/plugins/usermanager/lang/en/import.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/en/import.txt b/lib/plugins/usermanager/lang/en/import.txt
new file mode 100644
index 000000000..2087083e0
--- /dev/null
+++ b/lib/plugins/usermanager/lang/en/import.txt
@@ -0,0 +1,9 @@
+===== Bulk User Import =====
+
+Requires a CSV file of users with at least four columns.
+The columns must contain, in order: user-id, full name, email address and groups.
+The CSV fields should be separated by commas (,) and strings delimited by quotation marks (""). Backslash (\) can be used for escaping.
+For an example of a suitable file, try the "Export Users" function above.
+Duplicate user-ids will be ignored.
+
+A password will be generated and emailed to each successfully imported user.