Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For my project I've decided to use FOSUser Bundle as User provider and validator. All worked good:

  • override registration form for integrate it into my look-and-feel
  • register some user (through the registration form)
  • update some user (through the registration form too)

Suddenly, without touching anything, when I go to registration form, the latter is rendered with some fields alredy filled and - more strange - with wrong association between fields and data (email field is filled with a username)

Obviously I dind't touch "core" code of FOS: just override its form and create a User entity that extend FOSUser BaseUser entity ...

Can someone help me, and point me to the right direction?

share|improve this question
Can you show us the code how you implemented the methods you override? – tolgap Nov 30 '12 at 18:10
I dind't override any method :) – DonCallisto Dec 1 '12 at 10:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.