Custom membership provider for IMIS, how to avoid getting user by id
Hi, I have a project that needs integration with IMIS, the problem I am having right now is that Sitefinity kept using "public override User GetUser(Guid id)" method to get user in my custom membership provider. But IMIS does not have find user by id capability via API.
I wonder if there is a way to force sitefinity to use username instead of some guid to find user?
FYI. I was following this guide to create my memberhsip provider: docs.sitefinity.com/custom-membership-provider-full-code