I’m trying to export member properties like first name, last name from the database but I can’t seem to find it. I see that there is a loginUser table with the right columns, but it seems to only hold 5 entries instead of the full list of people that I see in the admin interface.
I’m trying to export member properties like first name, last name from the database
Share
The member properties are stored in the
cmsPropertyDatatable. ThecontentNodeIdwill correspond to the id of the member.It may be easier to use the api to export your data. Umbraco uses the standard ASP.NET Membership Provider model. See Membership providers for more details.