Limiting account creation
Control account creation on your self-hosted Cobrowse instance by configuring specific email addresses or domains that are allowed to create new accounts.
By default your Cobrowse Enterprise instance supports multiple tenants and new account creation will be restricted to superusers. In most instances you will want to change this to allow other members of your organisation to also create accounts.
Configuring account creators
Firstly make sure you have configured at least one superuser in your instance.
Open
/admin/configuration
on your instance while logged in as a superuser. e.g. https://example.com/admin/configurationEnter 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...
Last updated
Was this helpful?