Hi
I have setup a page for newsletter signup (Email Marketing). On the page I have set up a paragraph with the Extranet app and these app settings:
- Create profile / Manage subscription = selected
- Create user - Template = "email_subscribe.html" (the standard template)
- Create user - Approval = "By user"
- Create user - User selectable groups = Three existing user groups (Group1, Group2, Group3)
- Create user - Update existing users based on email match = selected
- Create user - User email for user name = selected
In the template "email_subscribe.html" I have added code (the loop "SelectableGroups" and the field "UserManagement:User.SelectableGroup.Input") to render the three user groups selected in the "User selectable groups" app setting. Now a user on the frontend can signup to multiple user groups which I will use for different newsletters in Email Marketing. This works as I expect. But if a user which has already signed up for eg. "Group1" now signs up for "Group2" (same email address) the user looses his membership of "Group1". I thougt that the app setting "Update existing users based on email match" would update the user and the users group relations. Am I wrong here or is this a bug?