Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5
-
Fix Version/s: 4.1.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
I have a load of imported user data with no email addresses, and a dedupe rule that doesn't involve the email at all. This means that when a user signs up via drupal, the new account matches an existing one and the contact record is correctly linked, but the email address is not copied over into the contact record.
To solve this, I altered /drupal/civicrm.module to update the email address when new user data is registered as per the attached patch