mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Delete some html and body tags...
This commit is contained in:
parent
97599c0a38
commit
b7f90666e5
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<html><head></head><body><h1>Upload users</h1>
|
<h1>Upload users</h1>
|
||||||
|
|
||||||
<p>Firstly, note that <strong>it is usually not necessary to import users in bulk</strong>
|
<p>Firstly, note that <strong>it is usually not necessary to import users in bulk</strong>
|
||||||
- to keep your own maintenance work down you should first explore forms
|
- to keep your own maintenance work down you should first explore forms
|
||||||
|
@ -42,8 +42,7 @@ student. </li>
|
||||||
userid number (database index) for that user, and will enrol the user as a student in any of the
|
userid number (database index) for that user, and will enrol the user as a student in any of the
|
||||||
specified courses WITHOUT updating the other specified data.</li>
|
specified courses WITHOUT updating the other specified data.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<p>Here is an example of a valid import file:</p>
|
<p>Here is an example of a valid import file:</p>
|
||||||
<p><code>username, password, firstname, lastname, email, lang, idnumber, maildisplay, course1, group1, type1<br>
|
<p><code>username, password, firstname, lastname, email, lang, idnumber, maildisplay, course1, group1, type1<br>
|
||||||
jonest, verysecret, Tom, Jones, jonest@someplace.edu, en, 3663737, 1, Intro101, Section 1, 1<br>
|
jonest, verysecret, Tom, Jones, jonest@someplace.edu, en, 3663737, 1, Intro101, Section 1, 1<br>
|
||||||
|
@ -59,4 +58,3 @@ account. However, if you set "Update existing accounts" to <b>Yes</b>, the exist
|
||||||
<p>When updating existing accounts you can change usernames as well. Set "Allow renames" to <b>Yes</b> and include in your file a field called <code class="example1">oldusername</code>.</p>
|
<p>When updating existing accounts you can change usernames as well. Set "Allow renames" to <b>Yes</b> and include in your file a field called <code class="example1">oldusername</code>.</p>
|
||||||
|
|
||||||
<p><b>Warning:</b> any errors updating existing accounts can affect your users badly. Be careful when using the options to update.</p>
|
<p><b>Warning:</b> any errors updating existing accounts can affect your users badly. Be careful when using the options to update.</p>
|
||||||
</body></html>
|
|
Loading…
Add table
Add a link
Reference in a new issue