mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
5 lines
421 B
HTML
5 lines
421 B
HTML
<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> |