diff --git a/composer.lock b/composer.lock index f9e4e18328..3f85290c7b 100644 --- a/composer.lock +++ b/composer.lock @@ -246,16 +246,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.331.0", + "version": "3.332.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "0f8b3f63ba7b296afedcb3e6a43ce140831b9400" + "reference": "3b4972a465b66fe3da461a3febdcc363954a0969" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0f8b3f63ba7b296afedcb3e6a43ce140831b9400", - "reference": "0f8b3f63ba7b296afedcb3e6a43ce140831b9400", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3b4972a465b66fe3da461a3febdcc363954a0969", + "reference": "3b4972a465b66fe3da461a3febdcc363954a0969", "shasum": "" }, "require": { @@ -338,9 +338,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.331.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.332.0" }, - "time": "2024-11-27T19:12:58+00:00" + "time": "2024-12-02T03:48:16+00:00" }, { "name": "behat/gherkin", @@ -30993,16 +30993,16 @@ }, { "name": "spryker/customer", - "version": "7.62.0", + "version": "7.63.0", "source": { "type": "git", "url": "https://github.com/spryker/customer.git", - "reference": "b31057d35a4eb5d6f2d53cb10c2599e219d33001" + "reference": "7b70625c933ff46473ab179338361936a15860e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer/zipball/b31057d35a4eb5d6f2d53cb10c2599e219d33001", - "reference": "b31057d35a4eb5d6f2d53cb10c2599e219d33001", + "url": "https://api.github.com/repos/spryker/customer/zipball/7b70625c933ff46473ab179338361936a15860e7", + "reference": "7b70625c933ff46473ab179338361936a15860e7", "shasum": "" }, "require": { @@ -31074,9 +31074,9 @@ ], "description": "Customer module", "support": { - "source": "https://github.com/spryker/customer/tree/7.62.0" + "source": "https://github.com/spryker/customer/tree/7.63.0" }, - "time": "2024-11-28T12:12:52+00:00" + "time": "2024-12-02T09:58:28+00:00" }, { "name": "spryker/customer-access", diff --git a/src/Pyz/Zed/Customer/CustomerConfig.php b/src/Pyz/Zed/Customer/CustomerConfig.php index d26e634f71..de5285fa37 100644 --- a/src/Pyz/Zed/Customer/CustomerConfig.php +++ b/src/Pyz/Zed/Customer/CustomerConfig.php @@ -26,6 +26,11 @@ class CustomerConfig extends SprykerCustomerConfig */ protected const PASSWORD_RESET_EXPIRATION_IS_ENABLED = true; + /** + * @var bool + */ + protected const IS_CUSTOMER_EMAIL_VALIDATION_CASE_SENSITIVE = false; + /** * {@inheritDoc} *