Ok, I will try to clear up what I mean:
When users signup on my site, they can choose what kind of user they are. So, they choose a Account Type.
Wether they select the 'Normaal lid'- or 'Bedrijf/Opdrachtegever'-accounttype...the userrole they will get assigned to is the Free userrole. After that, I can give the users a different userrole manually.
BUT: What I want is that Account Types and Userroles are going together. So, accounttype 'Normaal lid' should automatically get the 'Free' userrole. And, the accounttype 'Bedrijf/Opdrachtegever' should automatically get the 'C' userrole.
At last a little overview from what I mean:
This is wat Oxwall offers now
accounttype 1 -> userrole '1'
accounttype 2 ->
userrole '1'
This is what I want to
accounttype 1 -> userrole '1'
accounttype 2 ->
userrole '2'