If there are profile fields filled on the registration form during slave-site registration they are sent to the master but are not set on the slave when the user has to validate their email address.

To reproduce:
1 Setup and match profile fields between Bakery sites
2 Enable user registration with required email validation
3 Logout and register on slave, setting profile fields
4 User will have to validate email
5 With validated email on slave user has profile data on master but not on slave

If email validation is not required than after the user is returned to the slave they have the CHOCOLATECHIP cookie set so _bakery_taste_chocolatechip_cookie() is run and bakery_request_account() is called. Bam, user data sync.

bakers, y u so complicated

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

coltrane’s picture

Status: Active » Needs review
FileSize
1.3 KB

This patch saves the data in the session and if the stub account is being created it array_merges.

pmagunia’s picture

Applying the patch worked for me. Thank you.