I finally managed to make a system for visitors to be able to create a membership, login, sign out etc. All this was done based on SurfaceControllers.
Now the only mystery here is, once the member is created, in umbracos back office the member is created though he is set to be: NOT A MEMBER OF GROUP(S)
in my code I do believe that that member should be added to the group:
var member = memberService.CreateMemberWithIdentity(model.Email, model.Email, model.Name, "Member");
How do I make members to be able to be active a in a member group?
Creating a member in a "Member group" issue
Hi everyone
I finally managed to make a system for visitors to be able to create a membership, login, sign out etc. All this was done based on SurfaceControllers.
Now the only mystery here is, once the member is created, in umbracos back office the member is created though he is set to be: NOT A MEMBER OF GROUP(S)
in my code I do believe that that member should be added to the group:
How do I make members to be able to be active a in a member group?
Hi Saief,
Maybe this will do the trick
/Michaël
Cheers buddy, you saved me twice this weekend already! :)
Saief,
No problem!
Thats why we here for!
Have a nice day
/Michael
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.