ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Profile picture does not change when a new image is uploaded #49

Closed ghost closed 12 years ago

ghost commented 12 years ago

I am unable to change my photo to the new uploaded image.

mdraelos commented 12 years ago

Try refreshing with Shift+F5 or Ctrl+F5 to bypass the cache. My guess is that your profile picture was updated but the browser is retrieving the old version from its cache since the image filename does not change server-side. This is probably a server cache directive issue.

ghost commented 12 years ago

Shift+F5 fixed the problem. Thanks Mark!