Account Sync Profile

Component ID

2905803

Component name

Account Sync Profile

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

149

Component created

Component changed

Component body

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.