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?