Custom membership provider for IMIS, how to avoid getting us

Posted by Community Admin on 04-Aug-2018 16:12

Custom membership provider for IMIS, how to avoid getting user by id

All Replies

Posted by Community Admin on 15-Dec-2017 00:00

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

This thread is closed