Provide default authentication providers in seed.rb (#12559)

This commit is contained in:
Mac Siri 2021-02-03 14:26:13 -05:00 committed by GitHub
parent ef9336f5ed
commit d699abfcbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
##############################################################################