mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
antispam: Don't let new accounts in open realms immediately send invites.
We haven't had a problem with this yet, but this should help prevent it.
This commit is contained in:
@@ -47,7 +47,9 @@ PHYSICAL_ADDRESS = "Zulip Headquarters, 123 Octo Stream, South Pacific Ocean"
|
||||
EXTRA_INSTALLED_APPS = ["zilencer", "analytics"]
|
||||
# Disable Camo in development
|
||||
CAMO_URI = ''
|
||||
|
||||
OPEN_REALM_CREATION = True
|
||||
INVITES_MIN_USER_AGE_DAYS = 0
|
||||
|
||||
EMBEDDED_BOTS_ENABLED = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user