mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	Add interface for creating new realms.
This is controlled by settings.OPEN_REALM_CREATION; if that setting is off, this feature doesn't do anything.
This commit is contained in:
		| @@ -21,6 +21,7 @@ def add_settings(request): | ||||
|         'api_site_required':         settings.EXTERNAL_API_PATH != "api.zulip.com", | ||||
|         'email_integration_enabled': settings.EMAIL_GATEWAY_BOT != "", | ||||
|         'email_gateway_example':     settings.EMAIL_GATEWAY_EXAMPLE, | ||||
|         'open_realm_creation':       settings.OPEN_REALM_CREATION, | ||||
|         'password_auth_enabled':     password_auth_enabled(realm), | ||||
|         'dev_auth_enabled':          dev_auth_enabled(), | ||||
|         'google_auth_enabled':       google_auth_enabled(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user