I'm new to symfony2 & I'm writing an application that requires to have 2 different user types. one is normal user & the other is the one which has same fields as user plus some other extra fields. we design it with foreign key & one-to-one relationship. Now I don't understand how to build two different registration forms with the functionality of FOSUserBundle.i mean i don't know how to override RegistrationController for this purpose
thanks for your answer :)