|
@@ -121,7 +121,7 @@ class FeatureService:
|
|
|
system_features.enable_social_oauth_login = dify_config.ENABLE_SOCIAL_OAUTH_LOGIN
|
|
|
system_features.is_allow_register = dify_config.ALLOW_REGISTER
|
|
|
# system_features.is_allow_create_workspace = dify_config.ALLOW_CREATE_WORKSPACE
|
|
|
- system_features.is_allow_create_workspace = True
|
|
|
+ system_features.is_allow_create_workspace = False
|
|
|
system_features.is_email_setup = dify_config.MAIL_TYPE is not None and dify_config.MAIL_TYPE != ""
|
|
|
|
|
|
@classmethod
|