Provide default authentication providers in seed.rb (#12559)
This commit is contained in:
parent
ef9336f5ed
commit
d699abfcbe
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
##############################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue