Im using Magento 1.9.1 and want to upgrade to 2.1. I was using migration tool to do but after migration I can not login to 2.1 by my old password, it always said: Username or password is not correct.
What should I do now?
Please advide. Thank you
Hello oceansoftvn,
Have you tried to create a new user and reset the password of your old account ?
bin/magento admin:user:create --admin-user="admin" --admin-password="admin" --admin-email="admin@mymagento.com" --admin-firstname="Admin" --admin-lastname="Admin"
Have a nice day,
Pierre
Hi oceansoftvn,
In Magento 1.9 the password is encrypted.
While migration its has done some changes in it, So it is not matching it.
It's a small issue. If you need my help I can do this task 2-3 hours only.
Please reply me.
Regards
Adrian Williams
cisin.adrian : - S K Y P E
I found reason why. My Magento 1.9 is using MD5 but 2.1 is using SHA 256, thats why I can not use 1.9 password to login on 2.1.
I have downloaded password magento migration extension here to get my job done