In Hybris 6 - How can we import encoded password from csv file to our database through impex by using password encoder: pbkdf2 so that password will store in database as same as in impex. But we can login into site with normal password?
I have tried to put hash value in impex and written ;@password[translator=de.hybris.platform.impex.jalo.translators.UserPasswordTranslator]
as attribute in impex. When I have tried to login with normal password, it is giving number format exception with encoded value.
Please help me, how can I import encoded password?