Manually change or catch the message for invalid CSRF token in Symfony2.1

让人想犯罪 __ 提交于 2019-12-03 04:00:00

Did you try to set in the file validators.{locale_code}.yml to set a translation for key The CSRF token is invalid. Please try to resubmit the form? To change the default message you can try this out:

 #MyBundle\Resources\translations\validators.en.yml

 The CSRF token is invalid. Please try to resubmit the form : My custom CSRF error

The error message is thrown here and it is of FormError class...thus it should be possible to translate it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!