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.
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.