This project is not covered by Drupal’s security advisory policy.

The account_sync_profile module allows you to synchronize drupal user pictures across
multiple Drupal sites.

This module uses system_retrieve_file to get the picture from the other site,
so the user picture should be accesible from the other server.

It is not recommended to use this module in a production environment. It's still in
the early stages of development and testing and you could risk breaking your
accounts or opening up security holes by using it. You should have complete trust in all sites (and their admins) that you're using this module with.

The module is not working properly behind the scene, for instance if you are running a queue to update the users, to make it work the $base_url variable should be set in the settings.php file with the server URL.

Dependencies

account_sync_profile requires the Account Sync module.

Project information

Releases