-
Include custom API relation to Customer Rest API
We're working on headless approach and create custom API to subscribe/unsubscribe to newsletter, API is working fine, now we want to include newsletter status to customer Rest API, for that we've added to relationship dependency $resourceRelationshipCollection->addRelationship( CustomersRestApiConfig::RESOURCE_CUSTOMERS,…
-
Double Opt-In not working on symfony/security-core 6.4?
Hi Dev-Community 👋 I tested the Double Opt-In Feature on https://github.com/spryker-shop/b2c-demo-shop.git current master in development-mode and wasn't able to completely confirm its functionality: Expected Behavior: Customer creates an account Customer sees the "Almost there! We send you an email to validate your email…
-
Impersonating Agent and Customer log out each other
Hi fellow Devs 👋 I noticed, that an agent that is impersonating a customer is being logged out if the customer logs in. Also the other way around, a customer is being logged out if an agent impersonates this customer. (Tested with current master) This seems to be related to…
-
Customer verification
Hi Team, I made a customer account for Yves but missed verifying it via email, so now I can't log in. Only got one email for resetting the password. Can you help fix this on our live system? Thanks, Bhupendra
-
Restricting Storefront Access for Anonymous Customers
Hi Spryker community, I'm currently working on configuring my Spryker storefront to restrict access for anonymous customers, redirecting them to the login page. I've come across a configuration for this purpose, but I'm facing some challenges in modifying the regex patterns. The current configuration I'm using is as…