moodle avatars

If you have a moodle installation, you can quickly browse all the uploaded user pics by going to http://mymoodleinstall.com/userpix/

You have to be logged in as admin or the script tells you to get lost, but you can modify this behaviour by commenting out the

if (!isadmin()) {
error("Currently only the administrator can access this page!");
}

bit of the code.

Comments are closed.