---
title: Enabling automatic registration for anonymous customers
related:
  - https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/customers.md
  - https://docs.kentico.com/13/e-commerce-features/developing-on-line-stores/implementing-a-checkout-process/gathering-customer-details-during-checkout.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

If you do not want to bother your customers with separate registration, you can simplify the process by configuring the system to register anonymous customers automatically after placing their first orders.

To enable automatic registration:

1. Open the **Store configuration** application (if you want to configure the automatic registration for the current site) or the **Multistore configuration** application (if you want to set the registration [globally](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/choosing-site-or-global-e-commerce-configuration.md)).
2. Configure the settings on the **Store settings -> General** tab, under the **Unregistered customers** category:
   - **Register customer after first checkout**

     1. If in the **Store configuration** application, clear the **Inherit from global settings** checkbox.

        ![Enabling automatic registration after making an order](https://docs.kentico.com/docsassets/13/enabling-automatic-registration-for-anonymous-customers/enabling_automatic_registration_after_making_order.png "Enabling automatic registration after making an order")
     2. To enable automatic registrations after making an order, select the checkbox. To disable automatic registrations, clear the checkbox.
   - **Registration after checkout email template**

     1. If you operate in the **Store configuration** application, clear the **Inherit from global settings** checkbox.
     2. Select an email template that will notify customers about their automatic registration after their first checkout. To [modify the template](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-e-commerce-email-notifications.md), select the template and click **Edit**.
3. Click **Save**.

If an anonymous customer places their first order in your on-line store, the system registers them automatically with an automatically generated password and sends them an email notification.

> **Info:** **Using email addresses as user names**
>
> If you want to use a customer's email address as their user name for signing-in, you need to solve different sets of allowed characters. For example, email addresses are by default valid with plus symbols (+), but user names cannot contain this character. You can adjust the behavior with the [CMSUserValidationRegEx](https://docs.kentico.com/13/configuring-xperience/reference-web-config-application-keys.md) web.config key.
