Marko-M / Inchoo_SocialConnect

SocialConnect Magento extension (login with Google, Facebook, Twitter or LinkedIn)
http://www.techytalk.info/magento/socialconnect/
Open Software License 3.0
139 stars 94 forks source link

Fix login after account creation (compatibility with SUPEE-10752) #90

Closed blmage closed 4 years ago

blmage commented 5 years ago

SUPEE-10752 introduced a new check for validating sessions based on the creation timestamp of customer passwords (see here and here).

Initializing the password_created_at attribute to an "old enough" value when creating accounts allows to make sure that the first login attempt will not unavoidably fail.