title | issue |
---|---|
Implement basic captcha |
NEXT-14111 |
- Added
Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPagelet
- Added new page loader
Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader
to loadShopware\Storefront\Pagelet\Captcha\BasicCaptchaPagelet
- Added new event
Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoadedEvent
to be fired afterShopware\Storefront\Pagelet\Captcha\BasicCaptchaPagelet
is load - Added new class
CaptchaController
inShopware\Storefront\Controller
- Added new class
BasicCaptchaImage
inShopware\Storefront\Framework\Captcha\BasicCaptcha
- Added new class
BasicCaptchaGenerator
inShopware\Storefront\Framework\Captcha\BasicCaptcha
- Added new class
BasicCaptcha
inShopware\Storefront\Framework\Captcha
- Added new method
shouldBreak
inShopware\Storefront\Framework\Captcha\AbstractCaptcha
- Added new method
onCaptchaFailure
inShopware\Storefront\Controller\ErrorController
- Added new BasicCaptchaPlugin
Resources/app/storefront/src/plugin/captcha/basic-captcha.plugin.js
to handle logic for basic captcha element - Added new twig file
src/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
to implement basic captcha - Added new twig file
src/Storefront/Resources/views/storefront/compenent/captcha/basicCaptchaImage.html.twig
to show basic captcha image - Added new block
component_basic_captcha
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
- Added new block
component_basic_captcha_image
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
- Added new block
basic_captcha_content_image
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptchaImage.html.twig
- Added new block
component_basic_captcha_refresh_icon
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
- Added new block
component_basic_captcha_fields_title_label
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
- Added new block
component_basic_captcha_fields_title_input
insrc/Storefront/Resources/views/storefront/compenent/captcha/basicCaptcha.html.twig
- Changed function
validateCaptcha
inShopware\Storefront\Framework\Captcha\CaptchaRouteListener
- Changed function
supports
inShopware\Storefront\Framework\Captcha\HoneypotCaptcha