diff --git a/_includes/pbc/all/install-features/202410.0/install-the-customer-account-management-feature.md b/_includes/pbc/all/install-features/202410.0/install-the-customer-account-management-feature.md index e1b215b51d..d3a9e7169a 100644 --- a/_includes/pbc/all/install-features/202410.0/install-the-customer-account-management-feature.md +++ b/_includes/pbc/all/install-features/202410.0/install-the-customer-account-management-feature.md @@ -131,6 +131,27 @@ class CustomerConfig extends SprykerCustomerConfig } ``` +4. Optional: To speed-up the query response time for the customer registration, adjust the `CustomerConfig::isCustomerEmailValidationCaseSensitive()` to return `true`: + +```php +