summaryrefslogtreecommitdiff
path: root/app/helpers/application_settings_helper.rb
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-01-19 12:04:45 +0000
committerMark Fletcher <mark@gitlab.com>2018-01-19 12:04:45 +0000
commit6dcba97c83acfde801db0d51a3911d58f8f5e45a (patch)
tree4067a051dc44a51dfe05ebfc5dbe4420cb454113 /app/helpers/application_settings_helper.rb
parentee58763158ed10f12a8fe7c089257a532fe6e724 (diff)
downloadgitlab-ce-6dcba97c83acfde801db0d51a3911d58f8f5e45a.tar.gz
Permits 'password_authentication_enabled_for_git' parameter for ApplicationSettingsController
Diffstat (limited to 'app/helpers/application_settings_helper.rb')
-rw-r--r--app/helpers/application_settings_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb
index 45f7d29eb05..8ef561d90e6 100644
--- a/app/helpers/application_settings_helper.rb
+++ b/app/helpers/application_settings_helper.rb
@@ -201,6 +201,7 @@ module ApplicationSettingsHelper
:metrics_sample_interval,
:metrics_timeout,
:password_authentication_enabled_for_web,
+ :password_authentication_enabled_for_git,
:performance_bar_allowed_group_id,
:performance_bar_enabled,
:plantuml_enabled,