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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-30 18:04:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-30 18:04:40 +0400
commit9ffabc6d7ed0c71d133a29671b50795fb621522c (patch)
tree145fc1e264ce1f44e1b63874ea9fc623f142b111 /config/gitlab.yml.example
parent715eaed6aecc77512d5c3f99c9cb26c143380fdd (diff)
parent96ae1a809958450912980407ae2175f2f86f9c55 (diff)
Merge pull request #5200 from pfaro/bugfix-signup
Add check if the signup setting is enabled. fixes #4832
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 8ece14526b3..0b1560ac587 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -52,7 +52,8 @@ production: &base
## Users management
- # signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
+ # default: false - Account passwords are not sent via the email if signup is enabled.
+ # signup_enabled: true
## Automatic issue closing
# If a commit message matches this regular express, all issues referenced from the matched text will be closed