Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Username/Email Login Identifier #1291

Merged
merged 8 commits into from
Feb 19, 2020
4 changes: 2 additions & 2 deletions docs/03_Development/12_Customers/04_Registration_Types.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,6 @@ core_shop_customer:
CoreShop comes with a preinstalled constraints which will tell your customer, if an email address or username - depending on your settings - is valid or not.

### Backend / API
Plus, if you're going to update a customer by API or Backend, coreshop also checks if you're customer entity has unique data.
Plus, if you're going to update a customer by API or Backend, coreshop also checks if your customer entity has unique data.

> Note: Both checks only applies to non-guests entities!
> Note: Both checks only applies to non-guests entities!