First of all, I only want one database, not an extra silly little thing for credentials. I have read that this provider uses the UserProfiles
table to store login credentials. I would like to use my Occupant
table, and not have to link the two. Is this possible, and how do I do it?
If it must be UserProfile
, could I perhaps inherit Occupant
from that using EF inheritence features, so the provider sees only a UserProfile
interface on my Occupant
table?