I have secured pages for members where they can edit their profile and various other pages with settings. I need to be to have a superadmin member, where to x number of members can be attached.
When loggin in the superadmin, he gets read/write access to the member profiles assigned to him.
Anyone have done something like this? Maybe have some code/ideas how to linjk the superadmin with members?
Create 2 member types, superAdmin and admin, for superAdmin add property with Multiple Member Picker datatype. Where you will able to check manageable members. At site you have to do some checking, are you having permissions to change current member profile or not.
Create some custom control and table at the SQL database with dependencies for members and superMembers.
Members and supermembers
Hi,
I have secured pages for members where they can edit their profile and various other pages with settings.
I need to be to have a superadmin member, where to x number of members can be attached.
When loggin in the superadmin, he gets read/write access to the member profiles assigned to him.
Anyone have done something like this? Maybe have some code/ideas how to linjk the superadmin with members?
Its for 7.1.6 solution.
Thanks.
I have done similar to this before. We had a "admin for" property that was a member picker property on the member type for the "super member"
So then you can list the members the super member can edit and also validate edits against the property.
Could that work for you?
Hi Peter,
Interesting issue )) I'm seeing few solutions.
Create 2 member types, superAdmin and admin, for superAdmin add property with Multiple Member Picker datatype. Where you will able to check manageable members. At site you have to do some checking, are you having permissions to change current member profile or not.
Create some custom control and table at the SQL database with dependencies for members and superMembers.
Thanks, Alexander
Hi John,
Yes that sounds perfect and much like Alex describes.
The Umbraco.MultiNodeTreePicker should give me the possibility of choosing multiple members.
Did you do your solution it on Umbraco 7+?
Yes - the MNTP was what we used for this purpose. From memory I think it was a v6.1.4 site. But the principal should be much the same.
Yes, i think the principle is thesame. Thanks.
Hi,
i now have my admin member, when loggedin he can see a list of the members assigned to him.
But how to let this admin edit other members profile data, any ideas?
Hi Alex,
You write this: At site you have to do some checking, are you having permissions to change current member profile or not.
Can you help here? I cant figure out how to edit a member profile when logged in as a super member (just a member from a different Member Group)
Never mind i found a solution
is working on a reply...