bluego78 Posted November 26, 2012 Share Posted November 26, 2012 Hi everybody :-( i've got a serious problem... I'm migrating customers from an old e-commerce to a new prestashop e-commerce... To import customers i've done this: IMPORT ALL NECESSARY FIELDS FROM MY OLD CUSTOMER TABLE TO THE NEW ps_customer TABLE. I've converted the old (clear) password to: MD5(CONCAT('MY_COOKIE_KEY',my_old_pwd)) and i've insert the secure_key as MD5(rand()). All is OK, but when i try to login, it returns me to LOGIN PAGE every time!! THE STRANGE THING IS THAT prestashop recognize the correct password, because if i insert the correct password, it simply return me to the login page, but if i try to insert a wrong password it returns to login page with error "LOGIN INCORRECT"... Please help me i don't know what to do! Link to comment Share on other sites More sharing options...
bluego78 Posted November 26, 2012 Author Share Posted November 26, 2012 SOrry i've solved.... active was set to ZERO.. it's enoughtset it to 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now