Jump to content

migration 1.2.5 to 1.5.6 : customer password - hash not compatible


Recommended Posts

Hello,

 

I'm migrating a shop from 1.2.5 to 1.5.6

The only issue I have is the password of the customers.

 

I've created a new db for 1.5.6.

 

If I look at the "secret key" and "password" rows in the table, the secret key is the same btw 1.2.5 and 1.5.6 but the generated hash for the same password entered is not the same.

 

It means I can not migrate the table customer from 1.2.5 to the new db 1.5.6.

=> if a user enters his password it will be always wrong => he will need to reset his password => not acceptable for my business case :(

 

Is there a key to change somewhere? (in settings file) Or is it linked with Rijndael and BlowFish option ?

 

example for the same user, same password :

 

1.2.5 :

password :
6b8f3b2e5f7987a0836ba07aec7f9d5d
secret key :
a5855fa87c4b7673a1e55fcde3d24523

 

1.5.6

password :
ba1869aef94ed133a182d836edebec41
secret key :
a5855fa87c4b7673a1e55fcde3d24523

 

Thanks for your help !!

Chiconus

 

Link to comment
Share on other sites

×
×
  • Create New...