> For the complete documentation index, see [llms.txt](https://docs.cobrowse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cobrowse.io/enterprise-self-hosting/getting-started/limiting-account-creation.md).

# Limiting account creation

By default your Cobrowse Enterprise instance supports multiple tenants and new account creation will be restricted to [superusers](/enterprise-self-hosting/getting-started/adding-a-superuser.md). In most instances you will want to change this to allow other members of your organisation to also create accounts.

### Configuring account creators

1. Firstly make sure you have configured at least one [superuser](/enterprise-self-hosting/getting-started/adding-a-superuser.md) in your instance.
2. Open `/admin/configuration` on your instance while logged in as a superuser. e.g. <https://example.com/admin/configuration>
3. Enter a new configuration key called "**account\_creators**". The value should be a regular expression that describes the email addresses that should be allowed to create new accounts. For example `.*@example.com` would allow anyone with an example.com email to create an account.

### What do we mean by account?

An account in your Cobrowse instance is a single tenant that groups together devices, users, and cobrowsing sessions. You may choose to use a single account for all your devices, or create separate accounts for dev, test, production etc...
