diff --git a/config/horizon.json b/config/horizon.json index afde3652cb052..2d2bd79ee4d1d 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -13,7 +13,7 @@ "100-year-plan/vip": true, "ad-tracking": false, "a4a-dev-sites": true, - "automated-migration/application-password": false, + "automated-migration/application-password": true, "automated-migration/collect-credentials": true, "automated-migration/pending-status": true, "calypso/ai-blogging-prompts": false, diff --git a/config/production.json b/config/production.json index 15ddd397223a0..244b24a7d0b06 100644 --- a/config/production.json +++ b/config/production.json @@ -24,7 +24,7 @@ "ad-tracking": true, "a4a-dev-sites": true, "akismet/checkout-quantity-dropdown": true, - "automated-migration/application-password": false, + "automated-migration/application-password": true, "automated-migration/collect-credentials": true, "automated-migration/pending-status": true, "bulk-plugin-management": true, diff --git a/config/stage.json b/config/stage.json index 9a49e3d6e322d..3c1842468985c 100644 --- a/config/stage.json +++ b/config/stage.json @@ -23,7 +23,7 @@ "ad-tracking": false, "a4a-dev-sites": true, "akismet/checkout-quantity-dropdown": true, - "automated-migration/application-password": false, + "automated-migration/application-password": true, "automated-migration/collect-credentials": true, "automated-migration/pending-status": true, "bulk-plugin-management": true, diff --git a/config/wpcalypso.json b/config/wpcalypso.json index dd5d729322e03..ae15d727dd8f3 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -22,7 +22,7 @@ "ad-tracking": false, "a4a-dev-sites": true, "akismet/checkout-quantity-dropdown": true, - "automated-migration/application-password": false, + "automated-migration/application-password": true, "automated-migration/collect-credentials": true, "automated-migration/pending-status": true, "bulk-plugin-management": true,