I am developing a module based on the skeleton of the user accounts module. This module is for my clients in a manager security role i've created to be able to add, edit and delete new users based on their organization_Id a unique identifier feild I've implemented as well.
i have duplicated the dotnetnuke.entities.users (userInfo), (Usercontroller),(membership) etc classes that run this in the core module, but I can't seem to assign my usermembership to microsoft.scalablehosting.security (usermembership) and (membershipcollection) like it is done in the core project. Obviously i cant see those methods so i don't know exactly what parameters it expects?? I've tried it in both c# and vb and it works perfectly as a core module that i can give security rights to anyone, but the main objective is for each organization manager (or anyone in this role) to only be able to view, edit and register their members details to my portal.
If anyone can give me some pointers i'd appreciate it.