Thanks, but that is what I tried: I added a custom field, but my issue is the following. How do I access the custom field from my MVC site? The team would like to avoid using EF or plain SQLConnections for an otherwise simple site, so is there a way to retrieve the additional data without it?
I have looked at membership management, but our solution only requires a simple notion of (disjunct) account types for customers, not composite roles, which is what I understand memberships to be.