Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2018-01-19 15:04:45 +0300
committerMark Fletcher <mark@gitlab.com>2018-01-19 15:04:45 +0300
commit6dcba97c83acfde801db0d51a3911d58f8f5e45a (patch)
tree4067a051dc44a51dfe05ebfc5dbe4420cb454113 /app
parentee58763158ed10f12a8fe7c089257a532fe6e724 (diff)
Permits 'password_authentication_enabled_for_git' parameter for ApplicationSettingsController
Diffstat (limited to 'app')
-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,