mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
settings: Enable custom profile fields in production.
Now that we've fixed the last major bugs, we can turn this on for everyone. The main remaining work is updating the documentation to advertise it.
This commit is contained in:
@@ -107,7 +107,6 @@ def zulip_default_context(request: HttpRequest) -> Dict[str, Any]:
|
||||
'privacy_policy': settings.PRIVACY_POLICY,
|
||||
'login_url': settings.HOME_NOT_LOGGED_IN,
|
||||
'only_sso': settings.ONLY_SSO,
|
||||
'custom_profile_fields_enabled': settings.DEVELOPMENT,
|
||||
'external_host': settings.EXTERNAL_HOST,
|
||||
'external_uri_scheme': settings.EXTERNAL_URI_SCHEME,
|
||||
'realm_invite_required': realm_invite_required,
|
||||
|
||||
Reference in New Issue
Block a user