[symfony-users] Re: How to use "template.filter_parameters event" to change CSRF error message?

2010-07-15 Thread Johannes
Hm, this looks like quite a bit of overhead. Have you tried sfValidatorBase::setDefaultMessage()? Kind regards, Johannes On Jul 15, 1:56 am, Sid Bachtiar wrote: > http://bluehorn.co.nz/2010/07/15/how-to-change-csrf-attack-message-in... > > > > On Thu, Jul 15, 2010 at 11:25 AM, Sid Bachtiar wr

[symfony-users] Re: How to use "template.filter_parameters event" to change CSRF error message?

2010-07-14 Thread Sid Bachtiar
http://bluehorn.co.nz/2010/07/15/how-to-change-csrf-attack-message-in-symfony-1-2/ On Thu, Jul 15, 2010 at 11:25 AM, Sid Bachtiar wrote: > Never mind, I found the answer in > http://www.symfony-project.org/more-with-symfony/1_4/en/14-Playing-with-Symfony-Config-Cache > > On Thu, Jul 15, 2010 at 1

[symfony-users] Re: How to use "template.filter_parameters event" to change CSRF error message?

2010-07-14 Thread Sid Bachtiar
Never mind, I found the answer in http://www.symfony-project.org/more-with-symfony/1_4/en/14-Playing-with-Symfony-Config-Cache On Thu, Jul 15, 2010 at 10:40 AM, Sid Bachtiar wrote: > Hi, > > I would like to change the CSRF error message and someone (Kris W) > pointed out that I should use "templa