summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2015-12-29 18:59:24 -0200
committerGabriel Mazetto <gabriel@gitlab.com>2015-12-29 18:59:24 -0200
commita727ea0b0e7745079c757208c6243ce2f93267e5 (patch)
tree578e5656c96abf738d0a68c63ff63c65af265893
parenteeba266e3d45f2e82f84bd3aab85195c890efb89 (diff)
downloadgitlab-ce-hotfix/recaptcha.tar.gz
Fix recaptcha specshotfix/recaptcha
-rw-r--r--app/models/application_setting.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb
index be69d317d73..b7cd78da0ca 100644
--- a/app/models/application_setting.rb
+++ b/app/models/application_setting.rb
@@ -126,7 +126,8 @@ class ApplicationSetting < ActiveRecord::Base
shared_runners_enabled: Settings.gitlab_ci['shared_runners_enabled'],
max_artifacts_size: Settings.artifacts['max_size'],
require_two_factor_authentication: false,
- two_factor_grace_period: 48
+ two_factor_grace_period: 48,
+ recaptcha_enabled: false
)
end