It would be nice if on a slave site, I could go to admin/user, and select certain user accounts to be re-synced with the master accounts. For example, if I just added a profile field on a slave site to by synced, I don't want to wait until everyone re-saves their accounts on the master site in order to pull in that information.

Alternatively, we could create a batch API page that just re-syncs all accounts.

Comments

dominict’s picture

If we do this, we need to make sure we have the re-sync occur through the queuing / cron batches so that it does not cause an immediate hit to the performance of a site with a large number of users.

dave reid’s picture

We could easily make it work like node_mass_update() but if you have a lot of users to process, people should be using VBO anyways, which natively supports batch processing.

purencool’s picture

Issue summary: View changes
Status: Active » Closed (outdated)