I was doing a simple "create password" form today. Contains 1 field repeated. The field would be called "new". It looked remarkably like this form:
https://github.com/FriendsOfSymfony/UserBundle/blob/master/Form/ResetPasswordFormType.php However for the life of me I couldn't figure out how to change the default error message when the passwords don't match. I spoke briefly to Stof on #symfony and he said that currently it is not possible to do that. Before I open a bug report on this, is this correct? For the moment this is how I have solved this "problem" https://gist.github.com/974450 Thankfully I've written a Callback validator thing already so knew what I was doing but this is mental that I have to do this just to change the error message. John -- 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
