One user with multiple user roles/types

I want to create a possibility for a registered user with a certain user role to have the opportunity to add another user role, for example if the user is a client and he wants to be seller too but with the same registered email.

Did anyone had a chance todo so would be great to know how :slight_smile:

Yes, I’ve done this. You have on the user data type a field that represents what type of user it is, but make the field a list, so they can be more than one type of user.

1 Like

Thanks, I have done this with a small hack I think.
I have created a button with a popup that the user can create another profile and connect it to the existing registered user :slight_smile:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.