From 271cbe75546a208d75d74435cdd1ebf9cf691460 Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 20 Jul 2023 14:42:55 +0200 Subject: [PATCH] CC-25992: Adjusted login mechanism for agent and customer. --- composer.lock | 12 ++++++------ .../SecurityBlockerPageConfig.php | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 1b5f79fe1d..98af7df419 100644 --- a/composer.lock +++ b/composer.lock @@ -15539,16 +15539,16 @@ }, { "name": "spryker-shop/security-blocker-page", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/spryker-shop/security-blocker-page.git", - "reference": "12af2b3077389a08b7b09df71b870cb7423f0298" + "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/security-blocker-page/zipball/12af2b3077389a08b7b09df71b870cb7423f0298", - "reference": "12af2b3077389a08b7b09df71b870cb7423f0298", + "url": "https://api.github.com/repos/spryker-shop/security-blocker-page/zipball/c0f5ac3392b97e89ac40469df56fdd7be899cc94", + "reference": "c0f5ac3392b97e89ac40469df56fdd7be899cc94", "shasum": "" }, "require": { @@ -15586,9 +15586,9 @@ ], "description": "SecurityBlockerPage module", "support": { - "source": "https://github.com/spryker-shop/security-blocker-page/tree/1.0.1" + "source": "https://github.com/spryker-shop/security-blocker-page/tree/1.1.0" }, - "time": "2023-03-28T12:28:19+00:00" + "time": "2023-07-20T06:54:36+00:00" }, { "name": "spryker-shop/session-agent-validation", diff --git a/src/Pyz/Yves/SecurityBlockerPage/SecurityBlockerPageConfig.php b/src/Pyz/Yves/SecurityBlockerPage/SecurityBlockerPageConfig.php index 1f23c6b81f..e0bd49f4af 100644 --- a/src/Pyz/Yves/SecurityBlockerPage/SecurityBlockerPageConfig.php +++ b/src/Pyz/Yves/SecurityBlockerPage/SecurityBlockerPageConfig.php @@ -11,6 +11,11 @@ class SecurityBlockerPageConfig extends SprykerSecurityBlockerPageConfig { + /** + * @var bool + */ + protected const USE_EMAIL_CONTEXT_FOR_LOGIN_SECURITY_BLOCKER = false; + /** * {@inheritDoc} *