When someone logs on using facebook credentials and proceeds to create an account on the Drupal site, their profile email field gets populated with a string instead of their email address.

Comments

vectoroc’s picture

Status: Active » Closed (works as designed)

If you use the fast registration mode then user email will be populated from fb proxied email.
Make sure that you ran fbconnect_update_6004

baraban’s picture

Status: Closed (works as designed) » Needs work

Unfortunately, drupal does not know about fb pxoxied email addresses and this is important, since the stored string does not get formatted as an email.
So, if a user attempts to modify their profile, drupal will not allow it without the user also changing the stored proxied email to a properly formatted email address.

I did run all the updates through 6005.

vectoroc’s picture

Status: Needs work » Closed (duplicate)
baraban’s picture

Ah, the problem is that update doesn't automatically detect the version of fbconnect correctly, so I ran it, but it didn't actually update anything. Others that are experiencing this problem updating from the previous beta release to the latest dev version will need to manually select 6003 as their starting update point.