julianlam / nodebb-plugin-sso-facebook

Single Sign-On Plugin for NodeBB
BSD 2-Clause "Simplified" License
19 stars 19 forks source link

Welcome E-Mail sent to Facebook User Id #40

Closed mementum closed 7 years ago

mementum commented 7 years ago

A Welcome E-mail was sent to the fbuid@facebook.com e-mail address rather than to the e-mail that was properly fetched during registration over the Facebook SSO plugin.

The e-mail was duly rejected by Facebook with a 550 code error, indicating INVALID_ADDRESS_ERROR

julianlam commented 7 years ago

Are you on v3.0.2? This version (and possible the patch version before it) should ask new registrants for their real email before completing registration.

mementum commented 7 years ago

The version is 3.0.4 (from package.json: "nodebb-plugin-sso-facebook@3.0.4",

The real e-mail of the user is in the system and the e-mail was automatically validated. It's only that the welcome e-mail went out to this fbuid@facebook.com address.

julianlam commented 7 years ago

v3.0.6

mementum commented 7 years ago

Thx!