Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with Facebook with confirmation enabled #60

Open
micheleo opened this issue Mar 9, 2016 · 0 comments
Open

Bug with Facebook with confirmation enabled #60

micheleo opened this issue Mar 9, 2016 · 0 comments

Comments

@micheleo
Copy link

micheleo commented Mar 9, 2016

Hi,

just found a problem with confirmation enabled: the user is succesfully logged in but automatically logged out because the confirmation hash is still set in the database.

Fix:
Inchoo_SocialConnect_Helper_Facebook:103
you shall save the customer before setting confirmation to null, I guess because of a listener that sets the confirmation hash.

        $customer->save();
        $customer->setConfirmation(null);
        $customer->save();

Magento version 1.9.2.2
Module version 0.3.7

Michele

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant