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/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-21 19:10:28 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-07-21 19:10:28 +0400
commit285bb09b98bf5532e1fc149492fc5d50db9f2ab9 (patch)
treefa1b76e0d574feedc90ad2dd1bf4ef0747b188ec /config
parentcfde0936ea20edab82081c3f1288098c882e7de9 (diff)
Move signup_enabled and signin_enabled back
This partially reverts b5543be19dc4e6c546e5f by restoring the nesting for the signup_enabled and signin_enabled attributes.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 9b46aa07a56..d57f3b508bb 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -49,6 +49,16 @@ production: &base
## COLOR = 5
# default_theme: 2 # default: 2
+ ## Users can create accounts
+ # This also allows normal users to sign up for accounts themselves
+ # default: false - By default GitLab administrators must create all new accounts
+ # signup_enabled: true
+
+ ## Standard login settings
+ # The standard login can be disabled to force login via LDAP
+ # default: true - If set to false the standard login form won't be shown on the sign-in page
+ # signin_enabled: false
+
# Restrict setting visibility levels for non-admin users.
# The default is to allow all levels.
#restricted_visibility_levels: [ "public" ]
@@ -112,16 +122,6 @@ production: &base
# 2. Auth settings
# ==========================
- ## Users can create accounts
- # This also allows normal users to sign up for accounts themselves
- # default: false - By default GitLab administrators must create all new accounts
- # signup_enabled: true
-
- ## Standard login settings
- # The standard login can be disabled to force login via LDAP
- # default: true - If set to false the standard login form won't be shown on the sign-in page
- # signin_enabled: false
-
## LDAP settings
# You can inspect a sample of the LDAP users with login access by running:
# bundle exec rake gitlab:ldap:check RAILS_ENV=production