mirror of https://github.com/zulip/zulip.git
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:
parent
582d5b0aa3
commit
d02b1f0ae6
|
@ -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
|
with realms hosted on subdomains, be sure to clear cookies in any
|
||||||
browsers that were logged in on the root domain; otherwise, those
|
browsers that were logged in on the root domain; otherwise, those
|
||||||
browsers will experience weird/confusing redirects.
|
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.
|
||||||
|
|
|
@ -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
|
within 7 days. The expiration period can be changed by modifying
|
||||||
`REALM_CREATION_LINK_VALIDITY_DAYS` in settings.py.
|
`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
|
## Subdomains
|
||||||
|
|
||||||
One can host multiple realms in a Zulip server by giving each realm a
|
One can host multiple realms in a Zulip server by giving each realm a
|
||||||
|
|
Loading…
Reference in New Issue