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:
committed by
Benjamin Perche
parent
978f15357c
commit
5f6871154c
@@ -21,7 +21,7 @@ use Thelia\Core\Translation\Translator;
|
|||||||
* @package Thelia\Form
|
* @package Thelia\Form
|
||||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||||
*/
|
*/
|
||||||
class ContactForm extends BaseForm
|
class ContactForm extends FirewallForm
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ use Thelia\Model\CustomerQuery;
|
|||||||
* @package Thelia\Form
|
* @package Thelia\Form
|
||||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||||
*/
|
*/
|
||||||
class CustomerLostPasswordForm extends BaseForm
|
class CustomerLostPasswordForm extends FirewallForm
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ use Thelia\Module\BaseModule;
|
|||||||
* @package Thelia\Form
|
* @package Thelia\Form
|
||||||
* @author Etienne Roudeix <eroudeix@openstudio.fr>
|
* @author Etienne Roudeix <eroudeix@openstudio.fr>
|
||||||
*/
|
*/
|
||||||
class OrderPayment extends BaseForm
|
class OrderPayment extends FirewallForm
|
||||||
{
|
{
|
||||||
protected function buildForm()
|
protected function buildForm()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user