From b06c3ba8cf6f80f4ad9513d22831dbe5943a3c37 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 6 Jan 2004 03:29:14 +0000 Subject: [PATCH] Help file for user uploads --- lang/en/help/uploadusers.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 lang/en/help/uploadusers.html diff --git a/lang/en/help/uploadusers.html b/lang/en/help/uploadusers.html new file mode 100755 index 0000000000..69a39483a3 --- /dev/null +++ b/lang/en/help/uploadusers.html @@ -0,0 +1,28 @@ +

Upload users

+ +

Firstly, note that it is usually not necessary to import users in bulk - to keep your own maintenance work down you should first explore forms of authentication that do not require manual maintenance, such as connecting to existing external databases or letting the users create their own accounts. See the Authentication section in the admin menus.

+

If you are sure you want to import multiple user accounts from a text file, then you need to format your text file as follows:

+ + + + +

Here is an example of a valid import file:

+

username, password, firstname, lastname, email, lang, idnumber, maildisplay
+jonest, verysecret, Tom, Jones, jonest@someplace.edu, en, 3663737, 1
+reznort, somesecret, Trent, Reznor, reznort, reznort@someplace.edu, en_us, 6736733, 0

-- 2.39.5