I need to get the MemberGroup data out of the database tables so I can morph it into a new Roles table in an application database.
I have my data extracted from cmsMember and I've written a custom Membership Provider and (for the most part) all is well. I have identified cmsMember2MemberGroup which gives me a load of MemberGroup IDs but I don't know where the groups are defined so I can pull teh group data out.
Umbraco 4.7 MemberGroup database data
I need to get the MemberGroup data out of the database tables so I can morph it into a new Roles table in an application database.
I have my data extracted from cmsMember and I've written a custom Membership Provider and (for the most part) all is well. I have identified cmsMember2MemberGroup which gives me a load of MemberGroup IDs but I don't know where the groups are defined so I can pull teh group data out.
Anyone?
is working on a reply...