Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.4
-
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.5
Description
The current implementation of user profiles compare the avatar url from site info with the url obtained from the user profile in a course to see if they should be refreshed. This can cause an infinite requests loop when the course is using a different theme than the site, because the urls of the default avatar can differ, for example:
https://mymoodlesite.com/theme/image.php/boost/defaultavatar.jpg
|
https://mymoodlesite.com/theme/image.php/customtheme/defaultavatar.jpg
|