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
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.
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