MDL-13593 - added statement about non case sensitivity; merging from MOODLE_19_STABLE

This commit is contained in:
arborrow 2008-03-09 02:43:01 +00:00
parent ec3717e1bd
commit d1eb0531fb

View File

@ -1,4 +1,5 @@
<h1>Upload user pictures</h1>
<p>User pictures can be uploaded as a zip file of image files. The image files should be named <i>chosen-user-attribute.extension</i>. For example, if the chosen user attribute used to match pictures is username and the username is 1234, then the filename would be 1234.jpg.</p>
<p>Image types supported include gif, jpg, and png.</p>
<h1>Upload user pictures</h1>
<p>User pictures can be uploaded as a zip file of image files. The image files should be named <i>chosen-user-attribute.extension</i>. For example, if the chosen user attribute used to match pictures is username and the username is user1234, then the filename would be user1234.jpg.</p>
<p>Image types supported include gif, jpg, and png.</p>
<p>Image file names are not case sensitive.</p>