We have a couple hundred users on our site and photos for a subset of users. Is there a method to mass upload profile pictures for the user accounts for which we have pictures? I'm not seeing anything obvious, other than some custom SQL to update the DB. I'm not an expert in SQL, so could use some help if that's the recommendation.

thanks!

Comments

stacysimpson’s picture

Status: Active » Closed (fixed)

Copying files to the harddrive and updating the user->picture field with SQL worked