![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/magento/module-re-captcha-customer/etc/frontend/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="controller_action_predispatch_customer_account_loginPost"> <observer name="recaptcha_on_login" instance="Magento\ReCaptchaCustomer\Observer\LoginObserver"/> </event> <event name="controller_action_predispatch_customer_ajax_login"> <observer name="recaptcha_on_ajax_login" instance="Magento\ReCaptchaCustomer\Observer\AjaxLoginObserver"/> </event> <event name="controller_action_predispatch_customer_account_createpost"> <observer name="recaptcha_on_create_user" instance="Magento\ReCaptchaCustomer\Observer\CreateCustomerObserver"/> </event> <event name="controller_action_predispatch_customer_account_editpost"> <observer name="recaptcha_on_edit_customer" instance="Magento\ReCaptchaCustomer\Observer\EditCustomerObserver"/> </event> <event name="controller_action_predispatch_customer_account_forgotpasswordpost"> <observer name="recaptcha_on_forgot_password" instance="Magento\ReCaptchaCustomer\Observer\ForgotPasswordObserver"/> </event> </config>