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

Comments

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new1.3 KB

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

jmagunia’s picture

Applying the patch worked for me. Thank you.

purencool’s picture

Version: 6.x-2.x-dev » 3.0.0-alpha1
Issue summary: View changes

Test to see if this still is happening in the latest version.

purencool’s picture

Status: Needs review » Active
avpaderno’s picture

Version: 3.0.0-alpha1 » 3.x-dev
Status: Active » Needs work
Issue tags: +Needs issue summary update

The issue summary is still referring to Drupal 7 code. It needs to be updated for the 3.x branch.