From 016ac7505248a1f238be4ad68a568d9a4aa46c2a Mon Sep 17 00:00:00 2001 From: littleskunk Date: Fri, 15 Oct 2021 21:07:35 +0200 Subject: [PATCH] satellite/console: Enable new onboarding workflow (#4222) --- satellite/console/consoleweb/server.go | 2 +- scripts/testdata/satellite-config.yaml.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index 3dd5665ae..a67e40277 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -91,7 +91,7 @@ type Config struct { CSPEnabled bool `help:"indicates if Content Security Policy is enabled" devDefault:"false" releaseDefault:"true"` LinksharingURL string `help:"url link for linksharing requests" default:"https://link.us1.storjshare.io"` PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"` - NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"false"` + NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"true"` // RateLimit defines the configuration for the IP and userID rate limiters. RateLimit web.RateLimiterConfig diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index 3921e0a4a..016b0de27 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -128,7 +128,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.linksharing-url: https://link.us1.storjshare.io # indicates if new onboarding flow should be rendered -# console.new-onboarding: false +# console.new-onboarding: true # enable open registration # console.open-registration-enabled: false