I'm trying to create/edit users and I'm having a slight problem with the password
field.
When creating a user, it is fair to assume that the password field is required, however, I don't want it required when editing a user
Is there an easy way to do this?
I'm using the SonataAdminBundle
to manage the User Form (NOT SonataUserBundle)