I am building an application where I have (at least) two different user types, let\'s say buyers and sellers. Each user type should have its own logic (registration form/process
The PUGXMultiUserBundle is what you are looking for. It extends FOSUserBundle and allows you to have different registration forms etc...