![]() 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/old/vendor/magento/module-captcha/etc/ |
<?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:ObjectManager/etc/config.xsd"> <preference for="Magento\Captcha\Api\CaptchaConfigPostProcessorInterface" type="Magento\Captcha\Model\Filter\CaptchaConfigPostProcessorComposite"/> <type name="Magento\Captcha\Model\DefaultModel"> <arguments> <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument> </arguments> </type> <type name="Magento\Captcha\Observer\CheckUserCreateObserver"> <arguments> <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument> </arguments> </type> <type name="Magento\Captcha\Observer\CheckUserForgotPasswordBackendObserver"> <arguments> <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument> </arguments> </type> <type name="Magento\Captcha\Observer\CheckUserLoginObserver"> <arguments> <argument name="session" xsi:type="object">Magento\Customer\Model\Session</argument> </arguments> </type> <type name="Magento\Customer\Controller\Ajax\Login"> <plugin name="captcha_validation" type="Magento\Captcha\Model\Customer\Plugin\AjaxLogin" sortOrder="50" /> </type> <type name="Magento\Captcha\Model\Customer\Plugin\AjaxLogin"> <arguments> <argument name="formIds" xsi:type="array"> <item name="user_login" xsi:type="string">user_login</item> </argument> </arguments> </type> <type name="Magento\Checkout\Block\Cart\Sidebar"> <plugin name="login_captcha" type="Magento\Captcha\Model\Cart\ConfigPlugin" sortOrder="50" /> </type> <type name="Magento\Captcha\Model\Filter\CaptchaConfigPostProcessorComposite"> <arguments> <argument name="processors" xsi:type="array"> <item name="processor" xsi:type="object">Magento\Captcha\Model\Filter\QuoteDataConfigFilter</item> </argument> </arguments> </type> <type name="Magento\Captcha\Model\Filter\QuoteDataConfigFilter"> <arguments> <argument name="filterList" xsi:type="array"> <item name="remote_ip" xsi:type="string">remote_ip</item> <item name="x_forwarded_for" xsi:type="string">x_forwarded_for</item> </argument> </arguments> </type> </config>