Customer login does not work after customer import via CSV (Hash not same)Dataflow Profiles - Not amending customers - creating new oneMagento 1.9 doesn't recognize old password with two characters saltHow to import not confirmed customers via CSV import?RapidFlow Import Error: Empty or invalid product type for a new productMass password reset after Importing customers via CSVImporting customers with their hashed passwords from OxidUpdate password programatically error“Image does not exist” Error when doing a Dataflow - Profiles importMagento 2 Customer import failsImport users/customers in Magento 1.9 without overwriting users/customers users passwords

How exactly is a normal force exerted, at the molecular level?

I played my first (rapid) tournament recently and I wanted to calculate my ELO

Why is Madam Hooch not a professor?

What are good ways to spray paint a QR code on a footpath?

Does ultrasonic bath cleaning damage laboratory volumetric glassware calibration?

Did Chinese school textbook maps (c. 1951) "depict China as stretching even into the central Asian republics"?

“Faire” being used to mean “avoir l’air”?

How well known and how commonly used was Huffman coding in 1979?

Going to get married soon, should I do it on Dec 31 or Jan 1?

How do I find and plot the intersection of these three surfaces?

The use of "I" and "we" used in the same sentence and other questions

Bash echo $-1 prints hb1. Why?

Why isn’t the tax system continuous rather than bracketed?

Children's short story about material that accelerates away from gravity

Why does this fireplace work?

Dual statement category theory

Do sudoku answers always have a single minimal clue set?

Wilcoxon signed rank test – critical value for n>50

If my Scout rogue has used his full movement on his turn, can he later use the reaction from the Skirmisher feature to move again?

Zombie Diet, why humans

How do I spend money in Sweden and Denmark?

What's the difference between にしては、 わりに and くせに?

Was touching your nose a greeting in second millenium Mesopotamia?

AT system without -5v



Customer login does not work after customer import via CSV (Hash not same)


Dataflow Profiles - Not amending customers - creating new oneMagento 1.9 doesn't recognize old password with two characters saltHow to import not confirmed customers via CSV import?RapidFlow Import Error: Empty or invalid product type for a new productMass password reset after Importing customers via CSVImporting customers with their hashed passwords from OxidUpdate password programatically error“Image does not exist” Error when doing a Dataflow - Profiles importMagento 2 Customer import failsImport users/customers in Magento 1.9 without overwriting users/customers users passwords






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I successfully exported my customers from Magento 1 into a CSV and then used the import tool in Magento 2 to import them. On the backend everything looks fine and all customers and addresses are listed.



However, if you try to login from the frontend, it says:



"Invalid login or password."


Looking at the customer csv file I noticed that the password hashes seem to be inconsistent. With some older ones looking like this:



4a42437364414ac618c65623a7337639:mZ


And newer ones down at the bottom of the csv file look like this:



13d82841997285ad391a7a951ec414fe:AzzxM5yPIZaEHfS9kEh2EjZlvcuDzTd5


I'm guessing Magento updated their hashing method at some point and this is the result.



Any ideas how to make the older ones compatible with Magento2?



Thanks.










share|improve this question
























  • Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

    – Peter O'Callaghan
    Jun 27 '16 at 7:58

















2















I successfully exported my customers from Magento 1 into a CSV and then used the import tool in Magento 2 to import them. On the backend everything looks fine and all customers and addresses are listed.



However, if you try to login from the frontend, it says:



"Invalid login or password."


Looking at the customer csv file I noticed that the password hashes seem to be inconsistent. With some older ones looking like this:



4a42437364414ac618c65623a7337639:mZ


And newer ones down at the bottom of the csv file look like this:



13d82841997285ad391a7a951ec414fe:AzzxM5yPIZaEHfS9kEh2EjZlvcuDzTd5


I'm guessing Magento updated their hashing method at some point and this is the result.



Any ideas how to make the older ones compatible with Magento2?



Thanks.










share|improve this question
























  • Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

    – Peter O'Callaghan
    Jun 27 '16 at 7:58













2












2








2


2






I successfully exported my customers from Magento 1 into a CSV and then used the import tool in Magento 2 to import them. On the backend everything looks fine and all customers and addresses are listed.



However, if you try to login from the frontend, it says:



"Invalid login or password."


Looking at the customer csv file I noticed that the password hashes seem to be inconsistent. With some older ones looking like this:



4a42437364414ac618c65623a7337639:mZ


And newer ones down at the bottom of the csv file look like this:



13d82841997285ad391a7a951ec414fe:AzzxM5yPIZaEHfS9kEh2EjZlvcuDzTd5


I'm guessing Magento updated their hashing method at some point and this is the result.



Any ideas how to make the older ones compatible with Magento2?



Thanks.










share|improve this question
















I successfully exported my customers from Magento 1 into a CSV and then used the import tool in Magento 2 to import them. On the backend everything looks fine and all customers and addresses are listed.



However, if you try to login from the frontend, it says:



"Invalid login or password."


Looking at the customer csv file I noticed that the password hashes seem to be inconsistent. With some older ones looking like this:



4a42437364414ac618c65623a7337639:mZ


And newer ones down at the bottom of the csv file look like this:



13d82841997285ad391a7a951ec414fe:AzzxM5yPIZaEHfS9kEh2EjZlvcuDzTd5


I'm guessing Magento updated their hashing method at some point and this is the result.



Any ideas how to make the older ones compatible with Magento2?



Thanks.







magento2 import password






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 27 '16 at 4:30









Atish Goswami

3,4843 gold badges19 silver badges47 bronze badges




3,4843 gold badges19 silver badges47 bronze badges










asked Jun 26 '16 at 13:57









mark_7777mark_7777

112 bronze badges




112 bronze badges












  • Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

    – Peter O'Callaghan
    Jun 27 '16 at 7:58

















  • Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

    – Peter O'Callaghan
    Jun 27 '16 at 7:58
















Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

– Peter O'Callaghan
Jun 27 '16 at 7:58





Whilst the hash length was updated, this is highly unlikely to be the cause of your issue, as the hashing mechanism wasn't changed.

– Peter O'Callaghan
Jun 27 '16 at 7:58










1 Answer
1






active

oldest

votes


















0














When importing hashes into M2, append :0 on to the end of the hash. M2 sees this and then converts the hash accordingly. I did this to my own account when testing. Now, setting on to do a mass import.






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f122834%2fcustomer-login-does-not-work-after-customer-import-via-csv-hash-not-same%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    When importing hashes into M2, append :0 on to the end of the hash. M2 sees this and then converts the hash accordingly. I did this to my own account when testing. Now, setting on to do a mass import.






    share|improve this answer



























      0














      When importing hashes into M2, append :0 on to the end of the hash. M2 sees this and then converts the hash accordingly. I did this to my own account when testing. Now, setting on to do a mass import.






      share|improve this answer

























        0












        0








        0







        When importing hashes into M2, append :0 on to the end of the hash. M2 sees this and then converts the hash accordingly. I did this to my own account when testing. Now, setting on to do a mass import.






        share|improve this answer













        When importing hashes into M2, append :0 on to the end of the hash. M2 sees this and then converts the hash accordingly. I did this to my own account when testing. Now, setting on to do a mass import.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 17 at 17:12









        Chris KChris K

        2493 silver badges13 bronze badges




        2493 silver badges13 bronze badges



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f122834%2fcustomer-login-does-not-work-after-customer-import-via-csv-hash-not-same%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form