External Authentication problem v 4.1 (changeset)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
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,
6 years ago
Hi Hezy,

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