Add multiple profile for the users-permissions plugin

I guess you could use a custom controller for this,
And just have a toggle is_admin etc if that is true then grab X info out, if it’s not then grab Y out.
This then doesn’t really need the roles etc.

Just an idea.