From d699abfcbeaaadd0cd61d910189d482513ce49a8 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Wed, 3 Feb 2021 14:26:13 -0500 Subject: [PATCH] Provide default authentication providers in seed.rb (#12559) --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index f42e337f7..206d51f66 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -17,6 +17,7 @@ puts "Seeding with multiplication factor: #{SEEDS_MULTIPLIER}\n\n" SiteConfig.public = true SiteConfig.waiting_on_first_user = false +SiteConfig.authentication_providers = Authentication::Providers.available ##############################################################################