Limiting account creation
By default your Cobrowse Enterprise instance supports multiple tennants and will allow anyone to create new accounts, just as in our hosted version. In most instances you will want to limit this to specific people, or members of your organisation.
- 1.
- 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.
An account in your Cobrowse instance is a single tennant 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 modified 2yr ago