I am using the 15 days old dev version on this module on my site. I am using Popup for facebook login.

When the user logs in for the first time using facebook currently the user is being redirected to the account edit page. Is there a way I can skip this test, so that user will be back to the page where he came from. Later on he can go to account edit page and set the password if he wants to. Else he continue using the facebook login only.

Once the account is already connected, I am not facing this issue as the user is rightly directed to the page he came from. The issue is only with the first login using facebook.

Please let me know if there is some setting that I can enable.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gokulnk’s picture

Added a checkbox for configuration to skip the profile edit screen on first login using facebook.

AlexKirienko’s picture

Hi.

"Popup for facebook login" was added recently by DarrellDuane. Unfortunately I don't have time to take a look at this feature.
But I'm agree with you, such settings will be useful.

Your patch contains changes unrelated with this issue. Please update your patch. I will check it as soon as I will have time.

Thank you.

gokulnk’s picture

Hi the issue was because of additional spaces at the EOLs in the current code and the diff shows them as my editor fixed those space issues.

Anyways I have created a new patch ignoring the additional spaces and attachign it. Please commit the file that you think would be the right one.

gokulnk’s picture

Status: Needs work » Needs review

Why do I always forget to update the status? :P

sketman’s picture

Patch #3 is working for me.
I am using Logintoboggan and have "Set the password" setting on (checked).
When new account is created through FBOAuth with this patch applied, after successful authentication the actual page is reloaded without user being redirected to the user edit form.
Thanks @gokulnk

sketman’s picture

Status: Needs review » Reviewed & tested by the community