i'm on a Symfony project ( v2.5 ) and i'm using FOSUserBundle & OAuth for the login/sign in.
My problem is : I have different type of user with some that has more informations to edit in /profile/edit. That's why i'm trying in a simple way to get user informations to do a condition in the form builder. With one attribute i'm able to know which type of user i have and which form he needs.
After a lot of research i found this https://github.com/PUGX/PUGXMultiUserBundle/blob/master/Resources/doc/index.md but that doesn't seem to be the best for my little problem.
Best regards,
Thanks for replying