-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magmi Login fails after SUPEE-11219 update? #590
Comments
Just to add to this, I'm having the same problem as above. Having looked at the password field in the DB the structure of the hash is completely different to what is being checked against in the login script. == New Password Structure == XXXXXX.XXXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXX.X.XXXXXXXXX == Old Password Structure == XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX == Magmi Password Validation Function ==
Looks like there is nothing to run the explode on anymore. Is there any timeline of a fix or a work around? :) |
I am also getting the same issue.. can anyone help on this please? |
Quick 'n' dirty fix. Edit inc/magmi_auth.php: At the top: Change
This will allow you to login. |
Magento's latest update (1.9.4.3) made some changes to passwords and how they are stored (minimum length, hash related changes). One of our users changed their password and has since been unable to login to Magmi. My password has remained unchanged prior to the update and I can login just fine.
Can anyone else confirm this issue or is this just user error?
The text was updated successfully, but these errors were encountered: