I'm trying to extend the FOSUserBundle so that I can handle two (or even more) types of users, that will share the common properties (like username and email, inherited from FOSUserBundle), and also have their own specific differences (that will live in different tables).
Can you suggest a way to implement the described requirements?
Thanks!