External Authentication problem v 4.1 (changeset)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 6 ans
there was a change with the External Identifier
the last version used ExternalIdentifeir(number) as the default identifier and did not update the ExternalDisplayIdentifeir (name)
now the new version is working with the ExternalDisplayIdentifeir which is Null for all the old records and creating an error in customer edit page.

Its good to that we are getting the ExternalDisplayIdentifeir  as well as the ExternalIdentifeir, however the system should work with the ExternalIdentifeir since old records does not have ExternalDisplayIdentifeir  


ExternalIdentifier = ear.ExternalDisplayIdentifier,

should be


ExternalIdentifier = ear.ExternalIdentifier,
Il y a 6 ans
Hi Hezy,

Thanks a lot! We'll check it soon - https://github.com/nopSolutions/nopCommerce/issues/2962
Il y a 6 ans
Fixed. You can see the changes in this commit.
Thanks for pointing out the bug.
Il y a 6 ans
thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.