add user#is_active flag
[arvados.git] / services / api / config / environments / production.rb.example
index 2ac0822a2371db3b1acad94f4b5b0ceb15bf75ac..f4d23ed7c7c226508bf1d470b1ea9a8ba22ac8bc 100644 (file)
@@ -82,4 +82,6 @@ Server::Application.configure do
   # Authentication stub: hard code pre-approved API tokens.
   # config.accept_api_token = { rand(2**256).to_s(36) => true }
   config.accept_api_token = {}
+
+  config.new_users_are_active = false
 end