@@ -37,7 +37,7 @@ class Installer
37
37
'displayHeader ' ,
38
38
'displayCustomerAccountForm ' ,
39
39
'displayNewsletterRegistration ' ,
40
- 'actionContactFormSubmitCaptcha ' ,
40
+ 'actionCustomerRegisterSubmitCaptcha ' ,
41
41
'actionContactFormSubmitBefore ' ,
42
42
'actionNewsletterRegistrationBefore ' ,
43
43
'actionAdminControllerSetMedia ' ,
@@ -94,7 +94,8 @@ protected function installConfigurations()
94
94
&& Configuration::updateValue ('CAPTCHA_ENABLE_CONTACT ' , 0 )
95
95
&& Configuration::updateValue ('CAPTCHA_ENABLE_NEWSLETTER ' , 0 )
96
96
&& Configuration::updateValue ('CAPTCHA_THEME ' , 0 )
97
- && Configuration::updateValue ('CAPTCHA_DEBUG ' , 0 );
97
+ && Configuration::updateValue ('CAPTCHA_DEBUG ' , 0 )
98
+ && Configuration::updateValue ('CAPTCHA_ENABLE_LOGGED_CUSTOMERS ' , 1 );
98
99
}
99
100
100
101
/**
@@ -107,6 +108,7 @@ protected function uninstallConfigurations()
107
108
&& Configuration::deleteByName ('CAPTCHA_ENABLE_NEWSLETTER ' )
108
109
&& Configuration::deleteByName ('CAPTCHA_THEME ' )
109
110
&& Configuration::deleteByName ('CAPTCHA_DEBUG ' )
110
- && Configuration::deleteByName ('CAPTCHA_VERSION ' );
111
+ && Configuration::deleteByName ('CAPTCHA_VERSION ' )
112
+ && Configuration::deleteByName ('CAPTCHA_ENABLE_LOGGED_CUSTOMERS ' );
111
113
}
112
114
}
0 commit comments