diff --git a/server/public/model/feature_flags.go b/server/public/model/feature_flags.go index e57ccbb34c..d66eda77ab 100644 --- a/server/public/model/feature_flags.go +++ b/server/public/model/feature_flags.go @@ -82,7 +82,7 @@ func (f *FeatureFlags) SetDefaults() { f.WebSocketEventScope = true f.NotificationMonitoring = true f.ExperimentalAuditSettingsSystemConsoleUI = false - f.CustomProfileAttributes = false + f.CustomProfileAttributes = true f.AttributeBasedAccessControl = false }