Topic-icon Registration issue

Active Subscriptions:

None
13 years 11 months ago #23669 by scottwolpow
When a new person registers and it is configured to automatic, the email is not recorded. Is there a setting for that?
To clarify:
A new user come to the.
Clicks on FB login.

Only their name is imported.
The user account and email is generated with a number.
email is @unknown.com
The topic has been locked.
Support Specialist
13 years 11 months ago #23675 by alzander
Replied by alzander on topic Registration issue
Scott,
There's currently a bug with the Javascript login_custom() function. We'll be releasing a fix for it in the next few days. Until then, please either switch back to the {JFBCLogin} tag or make the following code change. In the /components/com_jfbconnect/includes/jfbconnect.js file, around line 30, you'll see:
FB.login(function (response) {
                    jfbc.login.on_login();
            }, {
                scope:jfbc.scope
Change that last line to:
scope:jfbc.login.scope
Clear your Joomla and browser cache and try again. That will properly request the email permission from the users.

Sorry for the trouble,
Alex
The topic has been locked.