Hi, Again using the DoctrineUserBundle, when I try to create a new user without entering anything I get something like the following: http://screencast.com/t/Hzyb1WZ9Zb
Note that I have extended the base model to include a first- and lastname. Note that the error for the email is repeated 3 times. Apparently once for every validation rule: http://github.com/knplabs/DoctrineUserBundle/blob/master/Model/User.php But oddly enough there is no error message for the password: http://github.com/knplabs/DoctrineUserBundle/blob/master/Form/UserForm.php Now if I enter a single letter into the field I again get 3 times the same message, but this some a different one: http://screencast.com/t/CnS4gw3N regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
