docs: Move OPEN_REALM_CREATION doc section to multiple-organizations.md.

Since this is being moved to admin-facing documentation, also adds a
paragraph about the main concern with enabling this on a server that's
not zulip.com.
This commit is contained in:
Mateusz Mandera 2022-10-22 23:52:48 +02:00 committed by Tim Abbott
parent 582d5b0aa3
commit d02b1f0ae6
2 changed files with 9 additions and 9 deletions

View File

@ -143,3 +143,12 @@ If you're migrating from a configuration using the root domain to one
with realms hosted on subdomains, be sure to clear cookies in any
browsers that were logged in on the root domain; otherwise, those
browsers will experience weird/confusing redirects.
## Open realm creation
Installations like [Zulip Cloud](https://zulip.com/plans) that wish to
allow anyone on the Internet to create new Zulip organizations can do
so by setting `OPEN_REALM_CREATION = True` in
`/etc/zulip/settings.py`. Note that offering Zulip hosting to anyone
on the Internet entails significant responsibility around security,
abuse/spam, legal issues like GDPR/CCPA compliance, and more.

View File

@ -34,15 +34,6 @@ after the creation of the realm. The link also expires if not used
within 7 days. The expiration period can be changed by modifying
`REALM_CREATION_LINK_VALIDITY_DAYS` in settings.py.
### Enabling open realm creation
If you want anyone to be able to create new realms on your server, you
can enable open realm creation. This will add a **Create new
organization** link to your Zulip homepage footer, and anyone can
create a new realm by visiting this link (**/new**). This
feature is disabled by default in production instances, and can be
enabled by setting `OPEN_REALM_CREATION = True` in settings.py.
## Subdomains
One can host multiple realms in a Zulip server by giving each realm a