November 9, 2006
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.
Filed by dave at 12:50 pm under Moodle