diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-01-15 18:49:39 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-01-15 18:52:52 +0100 |
commit | 7d3363954e0e02b61bd5acefde5f561b0b865f21 (patch) | |
tree | 89abdcc31f6c862091595ee5615aa63f7685f578 /config/gitlab.yml.example | |
parent | 1fc42d9934fbf511db2a28e980b298c019a217a7 (diff) | |
download | gitlab-ce-7d3363954e0e02b61bd5acefde5f561b0b865f21.tar.gz |
Always ask for email with github omniauth
Fixes: #2061
Fix was proposed on twitter by: neic0, in the following tweet:
https://twitter.com/neic0/status/423138339806392320
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f552bee8250..71d46d4a19d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -154,7 +154,8 @@ production: &base # - { name: 'twitter', app_id: 'YOUR APP ID', # app_secret: 'YOUR APP SECRET'} # - { name: 'github', app_id: 'YOUR APP ID', - # app_secret: 'YOUR APP SECRET' } + # app_secret: 'YOUR APP SECRET', + # args: { scope: 'user:email' } } |