I am running an umbraco 4.11 solution, with MySQL - i have created a signup to member using the Member.MakeNew(); function.
I have tried to use the Membership.CreateUser(); function but then the member is not visible inside of the Umbraco Members section backend.
However, it is visible inside the member list when choosing a Member Picker Data type.
Basicly what i actually wan't is just to delete all my test users from the table/database/list - but i don't know where it is?
When i use the Member.delete function i get errors because it has not been totally deleted, and when using Membership.Remove function it also doesnt remove it, so how do i manually find the list to delete them?
Where does the membership members go?
I am running an umbraco 4.11 solution, with MySQL - i have created a signup to member using the Member.MakeNew(); function.
I have tried to use the Membership.CreateUser(); function but then the member is not visible inside of the Umbraco Members section backend.
However, it is visible inside the member list when choosing a Member Picker Data type.
Basicly what i actually wan't is just to delete all my test users from the table/database/list - but i don't know where it is?
When i use the Member.delete function i get errors because it has not been totally deleted, and when using Membership.Remove function it also doesnt remove it, so how do i manually find the list to delete them?
is working on a reply...