Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 339 Bytes

File metadata and controls

7 lines (4 loc) · 339 Bytes

Avatar support

On the first log in, the application tries to fetch the users avatar and store it locally.

The command cli/tracker.php get avatars will fetch the avatars for the users that appear in the #__activities table.

This requires cURL. - since a redirect is made which Joomla\Http\Http is unable to handle properly.