diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-12 18:56:44 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-12 18:56:44 +0300 |
commit | acc5302c3fea3f07a654e270f06ebf96fec14c5c (patch) | |
tree | 3c22e348c262ac0d673620656e62163b8c42099d /config | |
parent | 64f026b254a9492bc22cdbad45ceb4743949f406 (diff) | |
download | gitlab-ce-acc5302c3fea3f07a654e270f06ebf96fec14c5c.tar.gz |
improve profile layout after omniauth changes
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 80d95b2602c..28323484a37 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -26,8 +26,6 @@ app: # disable_gravatar: true # default: false - Disable user avatars from Gravatar.com - - # # 2. Auth settings # ========================== @@ -44,7 +42,7 @@ ldap: omniauth: # Enable ability for users # to login via twitter, google .. - enabled: true + enabled: false # IMPORTANT! # It allows user to login without having user account |