Apply firewall on sensitive forms

modified:   core/lib/Thelia/Form/ContactForm.php
	modified:   core/lib/Thelia/Form/CustomerLostPasswordForm.php
	modified:   core/lib/Thelia/Form/OrderPayment.php
This commit is contained in:
lovenunu
2014-07-14 21:02:15 +02:00
committed by Benjamin Perche
parent 978f15357c
commit 5f6871154c
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ use Thelia\Core\Translation\Translator;
* @package Thelia\Form
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class ContactForm extends BaseForm
class ContactForm extends FirewallForm
{
/**

View File

@@ -24,7 +24,7 @@ use Thelia\Model\CustomerQuery;
* @package Thelia\Form
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class CustomerLostPasswordForm extends BaseForm
class CustomerLostPasswordForm extends FirewallForm
{
/**
*

View File

@@ -24,7 +24,7 @@ use Thelia\Module\BaseModule;
* @package Thelia\Form
* @author Etienne Roudeix <eroudeix@openstudio.fr>
*/
class OrderPayment extends BaseForm
class OrderPayment extends FirewallForm
{
protected function buildForm()
{