I made the user controls (UC) to : 1. Create a user. 2. Login a user. 3. UC to show a picture when the user is logged in.
My problem is that admin has to verify if the user can see the content with a picture and allow it somehow. I have an idea that the easiest way to do it is in the Umbraco->Members->Add user to the group.
But how can I check via API in the UC if the user belongs to that group?
Member Create problem
Hi guys!
I made the user controls (UC) to : 1. Create a user. 2. Login a user. 3. UC to show a picture when the user is logged in.
My problem is that admin has to verify if the user can see the content with a picture and allow it somehow. I have an idea that the easiest way to do it is in the Umbraco->Members->Add user to the group.
But how can I check via API in the UC if the user belongs to that group?
Check this wiki post, it should get you started!
Cheers,
/Dirk
Thanks a lot, Dirk!
is working on a reply...